diff options
| author | Peter J Weisberg <pj@irregularexpressions.net> | 2012-09-24 08:24:57 -0700 |
|---|---|---|
| committer | Peter J Weisberg <pj@irregularexpressions.net> | 2012-09-24 08:24:57 -0700 |
| commit | 5b6f4c1d80ed98bd78fe0caed678a742149654c7 (patch) | |
| tree | e6333f34ea389fdf1f4a4af0931c7036a5dac39d /CONTRIBUTING.md | |
| parent | 19e96be82ad46d1d5f1aaf4a0ab18820746a66b9 (diff) | |
Fix typos in CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f40044..0a0206c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ Magit uses 3 main branches for its lifecyle: `maint`, `master` and `next`. * `master` contains the set of patches that will highly likely make it into the next major release. * `next` contains patches that necessitate some additional checks/improvements - before they're integrating into a release. + before they're integrated into a release. ## Making changes @@ -27,7 +27,7 @@ Please make sure your commits are well-organized and "atomic" (hitting a single well-defined target each). Please also make sure you check that byte-compilation completes without errors -of warnings, and that tests run without failures. +or warnings, and that tests run without failures. Bonus points if you add tests to cover the feature you're hacking. |
