Merge pull request #5627 from Zero-1729/patch-3

trivial: minor grammar and typo fix [skip ci]
This commit is contained in:
Olaoluwa Osuntokun 2021-08-30 19:23:43 -07:00 committed by GitHub
commit 26169e8e16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -316,8 +316,8 @@ Examples of common patterns w.r.t commit structures within the project:
be a single commit which adds the new functionality, with follow up
induvidual commits that begin to intergrate the functionality within the
codebase.
* If a PR only fixes a trivial issue, such as updating documentations on a
small scale, fix typo, or any changes that do not modify the code, the
* If a PR only fixes a trivial issue, such as updating documentation on a
small scale, fix typos, or any changes that do not modify the code, the
commit message should end with `[skip ci]` to skip the CI checks.
## Code Spacing