Update CONTRIBUTING.md

Typo and grammatical error fixed
This commit is contained in:
rzhe97 2018-08-01 23:53:18 +08:00 committed by GitHub
parent 32fdca23bf
commit c893bbc735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ work is not in vain.
## Issues
Most of the time, if webpack is not working correctly for you it is a simple configuration issue.
Most of the time, if webpack is not working correctly for you, it is a simple configuration issue.
If you are still having difficulty after looking over your configuration carefully, please post
a question to [StackOverflow with the webpack tag](http://stackoverflow.com/tags/webpack). Questions
@ -35,11 +35,11 @@ If you have created your own loader/plugin please include it on the relevant doc
## Submitting Changes
After getting some feedback, push to your fork and submit a pull request. We
After getting some feedbacks, push to your fork and submit a pull request. We
may suggest some changes or improvements or alternatives, but for small changes
your pull request should be accepted quickly.
Some things that will increase the chance that your pull request is accepted:
Something that will increase the chance that your pull request is accepted:
* [Write tests](./test/README.md)
* Follow the existing coding style