From 580aa41bd0e8b86c18d06b35f2d1e268a0ceb0df Mon Sep 17 00:00:00 2001 From: hugecheese <56557725+hugecheese@users.noreply.github.com> Date: Wed, 23 Oct 2019 11:33:53 -0400 Subject: [PATCH] chore(docs): Fix missing space in contributing.md (#87) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f69798..3b74542 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ It should be considered a map to help you navigate the process. You may also get help with contributing in the `dev` channel, please join us! -Tonic is a part of the [Tokio][tokio] and [Hyperium][hyperium]project, and follows the project's +Tonic is a part of the [Tokio][tokio] and [Hyperium][hyperium] project, and follows the project's guidelines for contributing. This document is based on the [`CONTRIBUTING.md` file][tokio-contrib] in the `tokio-rs/tokio` repository.