Remove extra words from gerrit setup docs

While the word "review" is sometimes casually used to describe a
change in Gerrit, the correct noun is "change" (which this sentence
already used).  A "review" is something that someone (or Zuul) later
does to the change.  Let's not confuse them in docs (which could be
misleading to a new user).

Change-Id: I50510c4f2650cf30217e1f182dc289cc4f3e4682
This commit is contained in:
James E. Blair 2018-04-16 09:55:22 -07:00
parent bd16925421
commit ec81ff605f
1 changed files with 1 additions and 1 deletions

View File

@ -79,4 +79,4 @@ Modify the Project
$ git commit -m "First commit"
$ git push origin HEAD:refs/for/master
You should now be able to see your change in Gerrit as a new review.
You should now be able to see your change in Gerrit.