fixed the typo

This commit is contained in:
Aarav Mithrani 2026-01-03 13:06:35 +05:30
parent 651f984e52
commit 0f6f5cf0b8
10 changed files with 14 additions and 14 deletions

View file

@ -210,7 +210,7 @@ What I've written here is probably long enough, but adding this final sentence c
## GitHub Flavored Markdown
I've also added support for GitHub Flavored Mardown using `remark-gfm`.
I've also added support for GitHub Flavored Markdown using `remark-gfm`.
With `remark-gfm`, we get a few extra features in our markdown. Example: autolink literals.

View file

@ -210,7 +210,7 @@ What I've written here is probably long enough, but adding this final sentence c
## GitHub Flavored Markdown
I've also added support for GitHub Flavored Mardown using `remark-gfm`.
I've also added support for GitHub Flavored Makrdown using `remark-gfm`.
With `remark-gfm`, we get a few extra features in our markdown. Example: autolink literals.

View file

@ -210,7 +210,7 @@ What I've written here is probably long enough, but adding this final sentence c
## GitHub Flavored Markdown
I've also added support for GitHub Flavored Mardown using `remark-gfm`.
I've also added support for GitHub Flavored Markdown using `remark-gfm`.
With `remark-gfm`, we get a few extra features in our markdown. Example: autolink literals.

View file

@ -210,7 +210,7 @@ What I've written here is probably long enough, but adding this final sentence c
## GitHub Flavored Markdown
I've also added support for GitHub Flavored Mardown using `remark-gfm`.
I've also added support for GitHub Flavored Markdown using `remark-gfm`.
With `remark-gfm`, we get a few extra features in our markdown. Example: autolink literals.

View file

@ -62,12 +62,12 @@ You can also use HTML to embed cards in a grid.
```mdx
<div className="grid grid-cols-2 gap-4">
<Card href="#">
#### Card One
#### Card One
You can use **markdown** inside cards.
</Card>
<Card href="#">
#### Card Two
#### Card Two
You can also use `inline code` and code blocks.
</Card>
</div>
@ -75,12 +75,12 @@ You can also use HTML to embed cards in a grid.
<div className="grid grid-cols-2 gap-4">
<Card href="#">
#### Card One
#### Card One
You can use **markdown** inside cards.
</Card>
<Card href="#">
#### Card Two
#### Card Two
You can also use `inline code` and code blocks.
</Card>
</div>
@ -131,7 +131,7 @@ const components = {
}
```
This will overwrite the `<hr />` tag or `---` in Mardown with the HTML output above.
This will overwrite the `<hr />` tag or `---` in Markdown with the HTML output above.
---

View file

@ -37,7 +37,7 @@ Learn how to use MDX with Contentlayer.
### Components
Using React components in Mardown.
Using React components in Markdown.
</Card>

View file

@ -207,7 +207,7 @@ What I've written here is probably long enough, but adding this final sentence c
## GitHub Flavored Markdown
I've also added support for GitHub Flavored Mardown using `remark-gfm`.
I've also added support for GitHub Flavored Markdown using `remark-gfm`.
With `remark-gfm`, we get a few extra features in our markdown. Example: autolink literals.

View file

@ -213,7 +213,7 @@ What I've written here is probably long enough, but adding this final sentence c
## GitHub Flavored Markdown
I've also added support for GitHub Flavored Mardown using `remark-gfm`.
I've also added support for GitHub Flavored Markdown using `remark-gfm`.
With `remark-gfm`, we get a few extra features in our markdown. Example: autolink literals.

View file

@ -213,7 +213,7 @@ What I've written here is probably long enough, but adding this final sentence c
## GitHub Flavored Markdown
I've also added support for GitHub Flavored Mardown using `remark-gfm`.
I've also added support for GitHub Flavored Markdown using `remark-gfm`.
With `remark-gfm`, we get a few extra features in our markdown. Example: autolink literals.

View file

@ -63,7 +63,6 @@
"class-variance-authority": "^0.4.0",
"clsx": "^1.2.1",
"cmdk": "^0.1.22",
"concurrently": "^8.0.1",
"contentlayer": "^0.3.1",
"date-fns": "^2.29.3",
"lucide-react": "^0.92.0",
@ -97,6 +96,7 @@
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.14",
"concurrently": "^8.2.2",
"eslint": "^8.39.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "^8.8.0",