diff --git a/docs/markdown2html/markdown-format.md b/docs/markdown2html/markdown-format.md index c6eedbc..2116e10 100644 --- a/docs/markdown2html/markdown-format.md +++ b/docs/markdown2html/markdown-format.md @@ -308,7 +308,7 @@ This is another line of sample output Some markdown elements allow for attributes to be appended in a curly-brace (`{ }`) wrapped block. -The braces contain a space-delimeted list attributes to assign to the rendered attribute, identified as either: +The braces contain a space-delimited list of attributes to assign to the rendered element, identified as either: - An `id` attribute, prefixed by a `#` character, - A `class` attribute value, prefixed by `.` character,