Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
docs: fix typo (#3421)
Browse files Browse the repository at this point in the history
* Typo in docs under Bio

changed from allow to allows

* typo fix under bio

fixed a typo in another line. (93 line)

* Update index.js
  • Loading branch information
HarshDeep61034 authored Jan 14, 2023
1 parent 687cad3 commit d2d394c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/docs/how-to-guides/bio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ClipboardCopy from "../../../components/ClipboardCopy"

Describe in a few words who you are.

The bio string in the json file is special! It allow for the use of Markdown. This will allow you to use the formatting styles like italic and bold.
The bio string in the json file is special! It allows for the use of Markdown. This will allow you to use the formatting styles like italic and bold.

### Markdown

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function DocsIndex() {
name: "Bio",
path: "/docs/how-to-guides/bio",
description:
"The bio string in the json file is special! It allow for the use of Markdown. This will allow you to use the formatting styles like italic and bold.",
"The bio string in the json file is special! It allows for the use of Markdown. This will allow you to use the formatting styles like italic and bold.",
category: {
name: "beginner",
color: "bg-green-100 text-green-800",
Expand Down

0 comments on commit d2d394c

Please sign in to comment.