aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJie Ma <jienius@outlook.com>2020-06-27 23:15:53 +0000
committerIan Lance Taylor <iant@golang.org>2020-06-28 03:14:10 +0000
commitc875503cf79f82b7d2dbec85667f330f72ec4557 (patch)
tree8f48e119fc3e95493be5b6d96f6afae746ae155b /doc
parent12c01f7698cd257b7d2e4795b0f8a971ec8533b6 (diff)
downloadgo-c875503cf79f82b7d2dbec85667f330f72ec4557.tar.gz
go-c875503cf79f82b7d2dbec85667f330f72ec4557.zip
doc: fix typos and grammatical errors in contribute.html
Fixed some typos and grammatical errors in contribute.html Change-Id: Ifb31f22d876b7bea84b5e130870c26813b2fa139 GitHub-Last-Rev: 43519198859ca8f5e1c870b8f3eeb1b465aa6bc5 GitHub-Pull-Request: golang/go#39892 Reviewed-on: https://go-review.googlesource.com/c/go/+/240277 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/contribute.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contribute.html b/doc/contribute.html
index 6188ee197b1..03d02c9d75a 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 <code>git</code> on your computer to access it.
-Follow this steps:
+Follow these steps:
</p>
<ol>
@@ -310,7 +310,7 @@ Most issues will be marked with one of the following workflow labels:
<b>NeedsDecision</b>: 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.
</li>