From b58c6012c12cb75a55c8b52afca73c8b46a55515 Mon Sep 17 00:00:00 2001 From: Sarah Rainsberger Date: Tue, 2 May 2023 11:13:22 -0300 Subject: [PATCH] fix typo --- packages/integrations/markdoc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/markdoc/README.md b/packages/integrations/markdoc/README.md index cbb8b8b4f..e372b0c7c 100644 --- a/packages/integrations/markdoc/README.md +++ b/packages/integrations/markdoc/README.md @@ -91,7 +91,7 @@ const { Content } = await entry.render(); ``` > **Note** -> The `` component renders your Markdown content within `
`. This may affect CSS and styling of your content. +> The `` component renders your Markdoc content within `
`. This may affect CSS and styling of your content. 📚 See the [Astro Content Collection docs][astro-content-collections] for more information.