fix(docs): modified grammar and phrasing in docs and comments (#43682)

* docs: fixed minor typos in how-to-open-a-pull-request.md

* docs: grammar fixes in FAQ.md

* refactor: streamlined comments in multiple TS files

* fix: linting issues
This commit is contained in:
Eric Cheng
2021-10-02 18:43:14 -04:00
committed by GitHub
parent da9725acd4
commit 1f880a552d
5 changed files with 10 additions and 8 deletions

View File

@ -87,7 +87,7 @@ And as always, feel free to ask questions on the ['Contributors' category on our
Conflicts can arise because many contributors work on the repository, and changes can break your PR which is pending a review and merge.
More often than not you may not require a rebase, because we squash all commits, however if a rebase is requested here is what you should do.
More often than not you may not require a rebase, because we squash all commits, however, if a rebase is requested, here is what you should do.
### For usual bug fixes and features