Skip to content

Commit

Permalink
docs: fix some typos in contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Sep 20, 2023
1 parent 0d9784a commit f5e0d84
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

We'd love for you to contribute and to make this project even better than it is today! If this interests you, please make sure to follow the steps below before creating a Pull Request.

When we mention `VSCode`, we mean the `Visual Studio Code` editor which can be downloaded [here](https://code.visualstudio.com)
Before accepting any Pull Request, we would like to remind you to follow the following steps:

Before accepting any Pull Request, we would you like to remind you to follow these steps:
1. Install dependencies
1. Install all dependencies
```sh
npm install
```
Expand All @@ -14,5 +13,5 @@ npm install
npm run build:prod
```
3. Fix any Linting or TypeScript issues (if any) returned by the build process
4. After being done with step 2 and 3, then the final step would be to proceed with your Pull Request
- **NOTE** even though the `dist/` folder is included in Git for portability, you could choose (we stringly recommend) that you ignore/disregard these files from being included in your Pull Request.
4. If you completed step 2 and 3, then the final step would be to proceed with your Pull Request
- **NOTE** even though the `dist/` folder is included in Git for portability, you could choose (we actually strongly recommend) that you ignore/disregard these files from being included in your Pull Request.

0 comments on commit f5e0d84

Please sign in to comment.