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
  • Step 4: Send the changes for review to Gerrit using 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.
  • In this section, we'll call the directory into which you cloned the Go repository $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