diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2018-01-08 18:55:15 +0100 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-01-10 07:41:11 +0000 |
commit | 5d6f1a398e12c9f85d07138f307b9dbb97c61593 (patch) | |
tree | b67185f85399c5b33aefcf41b94e0cb480fd0440 /.github/CONTRIBUTING.md | |
parent | 970eae248bfbb0a170a559918620843f9f23f5f3 (diff) | |
download | aports-5d6f1a398e12c9f85d07138f307b9dbb97c61593.tar.bz2 aports-5d6f1a398e12c9f85d07138f307b9dbb97c61593.tar.xz |
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.
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r-- | .github/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1c36879286..34b111f7af 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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 |