From 5f61bd5252d9e7e060affd8cdecf7d620c7fac4c Mon Sep 17 00:00:00 2001 From: Andrew Audibert Date: Fri, 19 Oct 2018 06:25:11 -1000 Subject: [PATCH] fix a typo in the contributing guide (#711) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 212fa3d42..c14ed7021 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -109,7 +109,7 @@ and dependencies in the Tokio repository. Even tiny pull requests (e.g., one character pull request fixing a typo in API documentation) are greatly appreciated. Before making a large change, it is usually a good idea to first open an issue describing the change to solicit -feedback and guidance. This will increasethe likelihood of the PR getting +feedback and guidance. This will increase the likelihood of the PR getting merged. ### Tests