summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorStjepan Glavina <stjepang@gmail.com>2018-09-03 19:18:53 +0200
committerCarl Lerche <me@carllerche.com>2018-09-03 10:18:53 -0700
commit8052a9b3485122ddb7260c8ba306ec670280a0eb (patch)
tree9ead1e859768e9120c562636b9e792b092bae097 /CONTRIBUTING.md
parenta5ac6c8b72271ab6151ba71e5cc000af0582f355 (diff)
guide: fix a few typos (#612)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ef90280c..212fa3d4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -12,7 +12,7 @@ use your help.
This guide will help you get started. **Do not let this guide intimidate you**.
It should be considered a map to help you navigate the process.
-You may also find get help contributing in the [dev channel][dev], please join
+You may also get help with contributing in the [dev channel][dev], please join
us!
[dev]: https://gitter.im/tokio-rs/dev
@@ -128,7 +128,7 @@ crate should have a `dev-dependency` on `tokio` itself. This makes all Tokio
utilities available to use in tests, no matter the crate being tested.
The best strategy for writing a new integration test is to look at existing
-integration tests in the crate and following the style.
+integration tests in the crate and follow the style.
#### Documentation tests