From 8052a9b3485122ddb7260c8ba306ec670280a0eb Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Mon, 3 Sep 2018 19:18:53 +0200 Subject: guide: fix a few typos (#612) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CONTRIBUTING.md') 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 -- cgit v1.2.3