Skip to content

Commit

Permalink
fix: type annotation for render() in astro:content (#11127)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxchang3 authored Mar 3, 2025
1 parent 56d53d4 commit 62e0522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/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 62e0522

Please sign in to comment.