Skip to content

Commit

Permalink
i18n(fr): fix type in reference/modules/astro-content.mdx (#11129)
Browse files Browse the repository at this point in the history
See #11127
  • Loading branch information
ArmandPhilippot authored Mar 3, 2025
1 parent 62e0522 commit 73733fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/fr/reference/modules/astro-content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const enterpriseRelatedPosts = await getEntries(enterprisePost.data.relatedPosts

<p>

**Type :** `() => Promise<RenderedEntry>`
**Type :** `(entry: CollectionEntry) => Promise<RenderedEntry>`
<Since v="5.0.0" />
</p>

Expand Down

0 comments on commit 73733fe

Please sign in to comment.