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

Typo in docs under Bio #3421

Merged
merged 5 commits into from
Jan 14, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 allow for the use of Markdown. This will allows you to use the formatting styles like italic and bold.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is supposed to be allow, allows is wrong here

category: {
name: "beginner",
color: "bg-green-100 text-green-800",
Expand Down