From a3ece7b186f8a019ff08ddfd0064d3a3c26a6160 Mon Sep 17 00:00:00 2001
From: Amy Qualls <aqualls@gitlab.com>
Date: Tue, 13 Sep 2022 13:28:49 +0000
Subject: [PATCH] Grammar and style fixes

Punctuation and capitalization fixes.
---
 doc/development/contributing/index.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/development/contributing/index.md b/doc/development/contributing/index.md
index 904dd47909996..2ff51e765a39c 100644
--- a/doc/development/contributing/index.md
+++ b/doc/development/contributing/index.md
@@ -99,14 +99,14 @@ If you would like to contribute to GitLab:
   could speed them up.
 - Consult the [Contribution Flow](#contribution-flow) section to learn the process.
 
-### Communication Channels
+### Communication channels
 
-If you have any questions or need help visit [Getting Help](https://about.gitlab.com/get-help/) to learn how to
-communicate with the GitLab community. GitLab prefers [asynchronous communication](https://about.gitlab.com/handbook/communication/#internal-communication) over real time communication.
+If you have any questions or need help, visit [Getting Help](https://about.gitlab.com/get-help/) to learn how to
+communicate with the GitLab community. GitLab prefers [asynchronous communication](https://about.gitlab.com/handbook/communication/#internal-communication) over real-time communication.
 
 We do encourage you to connect and hang out with us. GitLab has a Gitter room dedicated for [contributors](https://gitter.im/gitlab/contributors), which is bridged with our
-internal Slack and we actively monitor this channel. There is also a community run [Discord server](https://discord.gg/S4cwz9sR8u) where you can
-find other contributors in the #contributors channel.
+internal Slack. We actively monitor this channel. There is also a community-run [Discord server](https://discord.gg/S4cwz9sR8u) where you can
+find other contributors in the `#contributors` channel.
 
 Thanks for your contribution!
 
-- 
GitLab