Skip to content

Commit 4a76929

Browse files
i18n(ko-KR): update astro-content.mdx (#11128)
Co-authored-by: ArmandPhilippot <[email protected]>
1 parent 73733fe commit 4a76929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/ko/reference/modules/astro-content.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ const enterpriseRelatedPosts = await getEntries(enterprisePost.data.relatedPosts
196196

197197
<p>
198198

199-
**타입:** `() => Promise<RenderedEntry>`
199+
**타입:** `(entry: CollectionEntry) => Promise<RenderedEntry>`
200200
<Since v="5.0.0" />
201201
</p>
202202

0 commit comments

Comments
 (0)