Skip to content

Commit

Permalink
Merge pull request #7836 from rzhe97/master
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md
  • Loading branch information
sokra committed Aug 1, 2018
2 parents 32fdca2 + c893bbc commit afe3182
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 afe3182

Please sign in to comment.