docs(contributing): fixed some grammatical mistakes

This commit is contained in:
mohan-murali
2021-10-13 18:18:50 +05:30
parent 92758003ab
commit 5e6790e1e8

View File

@@ -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
@@ -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.