From 9ed39dc36b2ba111c53290b8e5a6818ae3da93b6 Mon Sep 17 00:00:00 2001 From: Eihab Khan Date: Sat, 22 Jul 2023 13:11:17 +0100 Subject: [PATCH] Update 100-how-contentlayer-works.mdx Fixed typos at line 21 and 25 --- content/docs/200-concepts/100-how-contentlayer-works.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/200-concepts/100-how-contentlayer-works.mdx b/content/docs/200-concepts/100-how-contentlayer-works.mdx index f14e884..e34c13c 100644 --- a/content/docs/200-concepts/100-how-contentlayer-works.mdx +++ b/content/docs/200-concepts/100-how-contentlayer-works.mdx @@ -18,11 +18,11 @@ Other frameworks like Next.js take no stance on content, and leave it up to you. There are three main uses for Contentlayer, each revolving around the primary purpose of transforming your content into data that can be easily consumed by your code. These pieces are: -- Transformation Content into Data +- Transforming Content into Data - Structuring Loose Data - Defining Data Types -## Transformation Content into Data +## Transforming Content into Data Regardless of the source of the data or how the data will be used in the code, the primary purpose for Contentlayer is to transform content in to data that your code can use.