doc/contributing: Fix a greengrocers' apostrophe

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2017-12-04 19:38:27 +01:00
parent 585e9540ce
commit 0851761fb9

View 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