diff --git a/doc/contribute.html b/doc/contribute.html index d802bd72a1..5f6af2c93c 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -418,7 +418,7 @@ $ ./all.bash # recompile and test
git
-codereview mail(which doesn't use e-mail, despite the name).
+codereview mail (which doesn't use e-mail, despite the name).
$ git codereview mail # send changes to Gerrit@@ -984,8 +984,8 @@ followed by
run.bash.
$GODIR.
-The go tool built by $GODIR/make.bashwill be installed
-in $GODIR/bin/goand you
+The go tool built by $GODIR/make.bash will be installed
+in $GODIR/bin/go and you
can invoke it to test your code.
For instance, if you
have modified the compiler and you want to test how it affects the