From caa7cad317c45c6c615934d75f3e788b303aa2e4 Mon Sep 17 00:00:00 2001 From: Vikrant Bhat <50735025+bhatvikrant@users.noreply.github.com> Date: Sat, 31 Aug 2024 09:36:04 +0400 Subject: [PATCH] Update index.mdx --- content/docs/300-sources/100-files/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/300-sources/100-files/index.mdx b/content/docs/300-sources/100-files/index.mdx index 4891e2e..49f17e5 100644 --- a/content/docs/300-sources/100-files/index.mdx +++ b/content/docs/300-sources/100-files/index.mdx @@ -7,7 +7,7 @@ collapsed: true excerpt: Guides for working with Contentlayer when using local files as your content source. --- -Using a files source with Contentlayer means that content lives locally, right alongside your code in your web project repository. These is most often markdown or MDX files, but can also be content in the JSON or YAML syntax. +Using a files source with Contentlayer means that content lives locally, right alongside your code in your web project repository. These are most often markdown or MDX files, but can also be content in the JSON or YAML syntax.