Skip to content

Commit

Permalink
fix(docs): small changes in contributing / grammar (#65)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: Sem <[email protected]>
Co-authored-by: shiftinv <[email protected]>
  • Loading branch information
OseSem and shiftinv authored Mar 15, 2024
1 parent 04231fd commit 0248240
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ To get started with contributing to this guide, follow these steps:
4. Run `pre-commit`.
- If you want to install the pre-commit hooks to automatically run before every commit, use `pre-commit install`
- Otherwise, use `pre-commit run --all-files` to run all checks once.

> [!NOTE]
> Before contributing new content, please consider checking if there is already an issue about the topic. If not, it would be advisable to create one first, in case you start working on something that may not end up being accepted.
2 changes: 1 addition & 1 deletion guide/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ with Python, you can come back here to get started!
This guide is made using [**Docusaurus**](https://docusaurus.io/), a static site generator geared towards building
project documentation. The package utilized for Discord-like message elements is Danktuary's [`@discord-message-components/react`](https://www.npmjs.com/package/@discord-message-components/react).

The idea of building a guide that showcases the use of `disnake`'s syntax was inpired from
The idea of building a guide that showcases the use of `disnake`'s syntax was inspired from
[**Discord.js**](https://discord.js.org/), one of the most popular JavaScript Discord libraries; their guide can be
found [here](https://discordjs.guide/). The credit for the initial directory structure and articles, goes to them.

Expand Down

0 comments on commit 0248240

Please sign in to comment.