From 2eb456b872cfb9c6b59898620b04d95c2674fa9b Mon Sep 17 00:00:00 2001 From: James Brumond Date: Sat, 19 Aug 2023 14:17:12 -0700 Subject: [PATCH] typos --- docs/markdown2html/markdown-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,