Skip to content

Commit

Permalink
Fix grammar in content-collections.mdx [i18nIgnore] (#9489)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine authored Sep 25, 2024
1 parent 75f62ce commit a7e4f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/guides/content-collections.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ const englishDocsEntries = await getCollection('docs', ({ id }) => {

### Using content in Astro templates

Once you have queried your collection entries, you can access each entry directly inside of your Astro component template. This lets you to render HTML for things like links to your content (using the content `slug`) or information about your content (using the `data` property).
Once you have queried your collection entries, you can access each entry directly inside of your Astro component template. This lets you render HTML for things like links to your content (using the content `slug`) or information about your content (using the `data` property).

For information about rendering your content to HTML, see [Rendering Content to HTML](#rendering-content-to-html) below.

Expand Down

0 comments on commit a7e4f93

Please sign in to comment.