Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Typo and grammatical error fixed
  • Loading branch information
rzhe97 committed Aug 1, 2018
1 parent 32fdca2 commit c893bbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c893bbc

Please sign in to comment.