]> git.pond.sub.org Git - empserver/blobdiff - doc/contributing
doc/contributing: Fix a greengrocers' apostrophe
[empserver] / doc / contributing
index 8bffd099e54587f8ce092e18afe92de9619bfa1f..ad6393e462fcd560a535080de170c166270e7e4a 100644 (file)
@@ -230,7 +230,7 @@ branch, then reset your master to match the origin's:
     $ git branch work
     $ git reset --hard origin/master
 
-Pull update's from origin into your master:
+Pull updates from origin into your master:
 
     $ git pull