diff --git a/doc/contribute.html b/doc/contribute.html
index efd5040097..63d477462c 100644
--- a/doc/contribute.html
+++ b/doc/contribute.html
@@ -154,7 +154,7 @@ Git, note that you still need the commit hooks that the git-codereview command
configures; those hooks add a Gerrit Change-Id line to the commit
message and check that all Go source files have been formatted with gofmt. Even
if you intend to use plain Git for daily work, install the hooks in a new Git
-checkout by running git-codereview hooks).
+checkout by running git-codereview hooks.
-(In git terms, git sync runs
+(In git terms, git sync runs
git pull -r.)