From 7e9b2204b80c133c0f577b914d593cef51ad77ab Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Tue, 14 Feb 2023 09:08:56 -0500 Subject: [PATCH] docs: README edits --- examples/with-markdoc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-markdoc/README.md b/examples/with-markdoc/README.md index 000b65ac5..9d58b2622 100644 --- a/examples/with-markdoc/README.md +++ b/examples/with-markdoc/README.md @@ -28,7 +28,7 @@ Inside of your Astro project, you'll see the following folders and files: └── package.json ``` -Markdoc can be used within content collection using the `.mdoc` extension. See `content/docs/` for an example. +Markdoc can be used in content collections with the `.mdoc` extension. See `content/docs/` for an example. You can also apply Astro components and server-rendered UI components (React, Vue, Svelte, etc) to your Markdoc files. See `src/content/DocsContent.astro` for an example configuration.