Skip to content

Commit 81fd4be

Browse files
authored
Merge pull request #1001 from eltociear/patch-1
chore: update release-of-tailwind-nextjs-starter-blog-v2.0.mdx
2 parents d5c2978 + 53063ee commit 81fd4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/blog/release-of-tailwind-nextjs-starter-blog-v2.0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Typescript is also a perfect match with our new type-safe markdown processor - C
5151

5252
[Contentlayer](https://www.contentlayer.dev/) is a content SDK that validates and transforms your content into type-safe JSON data that you can easily import into your application. It makes working with local markdown or MDX files a breeze. This replaces `MDX-bundler` and our own markdown processing workflow.
5353

54-
First, a content source is defined, specifiying the name of the document type, the source where it is located along with the frontmatter fields and any additional computed fields that should be generated as part of the process.
54+
First, a content source is defined, specifying the name of the document type, the source where it is located along with the frontmatter fields and any additional computed fields that should be generated as part of the process.
5555

5656
```ts:contentlayer.config.ts
5757
export const Blog = defineDocumentType(() => ({

0 commit comments

Comments
 (0)