Skip to content

Commit abda5ef

Browse files
committed
moar spellcheck
1 parent cebab69 commit abda5ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/docs/md/patterns/rendering-markdown.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ That's all you need in order to get started using markdown in an Enhance app.
223223
224224
It is totally possible to include custom elements in Markdown source files and then have the generated markup rendered by Enhance SSR.
225225
226-
When authoring Markdown with custom elements, it is best to add blank lines around opening and closing tags. For example on this page we use the `doc-code` custom element to provide syntax highlighting of source code. In markdown, use of a custome element would look like:
226+
When authoring Markdown with custom elements, it is best to add blank lines around opening and closing tags. For example on this page we use the `doc-code` custom element to provide syntax highlighting of source code. In markdown, use of a custom element would look like:
227227
228228
```
229229
# Custom Elements in Markdown

scripts/dictionary.txt

+1
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,4 @@ Menlo
113113
monospace
114114
hexadecimal
115115
frontmatter
116+
404s

0 commit comments

Comments
 (0)