-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Typo in docs under Bio #3421
Typo in docs under Bio #3421
Conversation
changed from allow to allows
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's great having you contribute to this project
Welcome to the community 🤓If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our Discord chat and our GitHub Organisation - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.
Thanks @iamthecloverly |
You should also make the change in https://github.com/EddieHubCommunity/LinkFree/blob/03b907a561a70600007c6c6cc0d0836029691b65/pages/docs/index.js#L93 |
@Rishav-12 Sure! |
fixed a typo in another line. (93 line)
pages/docs/index.js
Outdated
@@ -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.", |
There was a problem hiding this comment.
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
You changed the wrong allow in index.js |
my bad @Aadarsh805 @Rishav-12 let me fix this! |
Thanks, @Aadarsh805 @Rishav-12 for your feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to merge. Thank you for your contribution! 🎉
Thanks @Pradumnasaraf |
changed from allow to allows.
closes #3042