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

Commit

Permalink
docs: fixing typos (#9621)
Browse files Browse the repository at this point in the history
* small typos in docs

* more typis in docs

* Update CODE_OF_CONDUCT.md

* Update CONTRIBUTING.md

* Update README.md

---------

Co-authored-by: Sara Jaoude <[email protected]>
  • Loading branch information
AloisSeckar and SaraJaoude authored Oct 26, 2023
1 parent 7eaa8d6 commit 76de7df
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Here is an example of a BioDrop Profile https://biodrop.io/eddiejaoude

> [!IMPORTANT]
> Creating/Changing/Deleting your JSON Profile do **not** count towards hacktoberfest and will automatically be marked with the label `invalid` so that Hacktoberfest ignores your Pull Request
> But this does not effect your Pull Request being accepted and merged into BioDrop
> But this does not affect your Pull Request being accepted and merged into BioDrop
All other Pull Requests will count towards Hacktoberfest.

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/how-to-guides/bio-json.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The bio string in the json file is special! It allows for the use of Markdown. T

_If you need help on how to edit this file, please see the <Link href="/docs/how-to-guides/editing-json">Editing Guide</Link>_

2. In the `bio` string, you can wrap text in double asterix to make it bold, here is an example
2. In the `bio` string, you can wrap text in double asterisk to make it bold, here is an example

<ClipboardCopy>
```js
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/how-to-guides/events-forms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Note: If you already have events in your Profile these will shown here. If you w
| Event URL | Add a link so others can easily find this event |
| Dates | Add when the Event starts and when it finishes using the date picker |
| Ticket Price | Add how much it costs to attend an event in USD (if it is free then add `0`) |
| Virtual | Use the toggle indicate if the event is taking placeonline or not |
| Virtual | Use the toggle indicate if the event is taking place online or not |

Note: as you complete these fields the information will appear on the right hand side, which will allow you to preview how your Profile will look.

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/open-source-roadmap/glossary.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function DocsGlossary() {

<DataList
title="Git and GitHub Terms"
subtitle="These can be confusing, hopefully these explainations will help"
subtitle="These can be confusing, hopefully these explanations will help"
data={data}
/>
</Page>
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/open-source-roadmap/how-to-contribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function DocsHowToContribute() {
After review
</h2>
<p>
If you receieve feedback where you need to make changes, you can add
If you receive feedback where you need to make changes, you can add
additional commits to your branch in your fork, GitHub automatically
add them to your open pull request.
</p>
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/open-source-roadmap/what-to-contribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function DocsContribute() {
<strong className="font-semibold">Documentation:</strong>{" "}
Incorrect or out of date documentation is worse than no
documentation because people rely on it. Going through the
documemtation and following along, you can spot errors and fix
documentation and following along, you can spot errors and fix
them. Or you can add more information to the documentation.
</span>
</li>
Expand Down
4 changes: 2 additions & 2 deletions pages/docs/open-source-roadmap/where.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function DocsWhere() {
Recommended Open Source projects
</h2>
<p>
Here are some estiablished, activity and supportive Open Source
Here are some established, activity and supportive Open Source
projects you can join today.
</p>

Expand All @@ -66,7 +66,7 @@ export default function DocsWhere() {
<span>
<strong className="font-semibold">BioDrop:</strong> This
repository is super active and has a great community. With a
variety of issuses to work on, you can find something that
variety of issues to work on, you can find something that
interests you.
</span>
</li>
Expand Down

0 comments on commit 76de7df

Please sign in to comment.