Skip to content

Commit

Permalink
docs(contributing): fixed some grammatical mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-murali committed Oct 13, 2021
1 parent 9275800 commit 5e6790e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ $ npm i # (or yarn install)
$ sh scripts/prepare.sh
```
That will compile fresh packages and afterward, move them to all `sample` directories as well as integration tests.
That will compile fresh packages and afterward, move them all to `sample` directories as well as run integration tests.
### <a name="common-scripts"></a>Commonly used NPM scripts
Expand Down Expand Up @@ -228,7 +228,7 @@ format that includes a **type**, a **scope** and a **subject**:
The **header** is mandatory and the **scope** of the header is optional.
Any line of the commit message cannot be longer 100 characters! This allows the message to be easier
Any line of the commit message cannot be longer than 100 characters! This allows the message to be easier
to read on GitHub as well as in various git tools.
Footer should contain a [closing reference to an issue](https://help.github.com/articles/closing-issues-via-commit-messages/) if any.
Expand Down

0 comments on commit 5e6790e

Please sign in to comment.