fix typo in github CONTRIBUTING document

I hope this PR is acceptable, I did not see a template on how
to change these type of housekeeping things.
This commit is contained in:
Rainer Gerhards 2018-01-08 18:55:15 +01:00 committed by William Pitcock
parent 970eae248b
commit 5d6f1a398e

View File

@ -13,7 +13,7 @@ This means you care about the quality of your contributions.
* Know how to work with git history (rebasing your commits).
* Know how to create Pull Requests.
2. Have access to an Alpine Linux [development environment](https://wiki.alpinelinux.org/wiki/Developer_Documentation#Development).
3. Please __do not__ submit PR's via Github's web interface. You should have a working [development envirorment](https://wiki.alpinelinux.org/wiki/Developer_Documentation#Development) available and submit your commits from your git client.
3. Please __do not__ submit PR's via Github's web interface. You should have a working [development environment](https://wiki.alpinelinux.org/wiki/Developer_Documentation#Development) available and submit your commits from your git client.
### Before you start making changes