fix typo
This commit is contained in:
parent
a41259daad
commit
b58c6012c1
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ const { Content } = await entry.render();
|
|||
<Content />
|
||||
```
|
||||
> **Note**
|
||||
> The `<Content />` component renders your Markdown content within `<article></article>`. This may affect CSS and styling of your content.
|
||||
> The `<Content />` component renders your Markdoc content within `<article></article>`. This may affect CSS and styling of your content.
|
||||
|
||||
📚 See the [Astro Content Collection docs][astro-content-collections] for more information.
|
||||
|
||||
|
|
Loading…
Reference in a new issue