diff options
author | Etienne Simard <etienne@redhat.com> | 2019-02-04 22:42:10 -0500 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2019-02-05 11:56:04 +0100 |
commit | e49ca2a11573d2fd0f451a6ab3b3dab5dc9b918d (patch) | |
tree | b2dfaf5f1d0a1265f20944fda185f24baff172f5 /docs | |
parent | 2568441cabc30f32b34bc36b5706b4d57f3a090a (diff) |
CONTRIBUTE.md: Fix grammatical errors
Fix grammatical errors making the document read better. Also fixes
a typo.
Closes #3525
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CONTRIBUTE.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/CONTRIBUTE.md b/docs/CONTRIBUTE.md index caec3f4d3..978b87d27 100644 --- a/docs/CONTRIBUTE.md +++ b/docs/CONTRIBUTE.md @@ -20,8 +20,8 @@ Before posting to one of the curl mailing lists, please read up on the We also hang out on IRC in #curl on irc.freenode.net If you're at all interested in the code side of things, consider clicking -'watch' on the [curl repo on github](https://github.com/curl/curl) to get -notified on pull requests and new issues posted there. +'watch' on the [curl repo on github](https://github.com/curl/curl) to be +notified of pull requests and new issues posted there. ### License and copyright @@ -155,7 +155,7 @@ to loose in the flood of many emails, like they sometimes do on the mailing lists. Every pull request submitted will automatically be tested in several different -ways. Every pull request is verfied that: +ways. Every pull request is verified for each of the following: - ... it still builds, warning-free, on Linux and macOS, with both clang and gcc |