From 43519198859ca8f5e1c870b8f3eeb1b465aa6bc5 Mon Sep 17 00:00:00 2001 From: Jie Ma Date: Sat, 27 Jun 2020 12:08:03 -0600 Subject: [PATCH] doc: fix typos and grammatical errors in contribute.html Fixed some typos and grammatical errors in contribute.html --- doc/contribute.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/contribute.html b/doc/contribute.html index abb2b9bf77..b16dc78ae2 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -174,7 +174,7 @@ The main Go repository is located at a Git server hosted by Google. Authentication on the web server is made through your Google account, but you also need to configure git on your computer to access it. -Follow this steps: +Follow these steps:

    @@ -285,7 +285,7 @@ Most issues will be marked with one of the following workflow labels: NeedsDecision: the issue is relatively well understood, but the Go team hasn't yet decided the best way to address it. It would be better to wait for a decision before writing code. - If you are interested on working on an issue in this state, + If you are interested in working on an issue in this state, feel free to "ping" maintainers in the issue's comments if some time has passed without a decision.