From 0851761fb92f9e343e873e32eb3a76bd41e7be6f Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 4 Dec 2017 19:38:27 +0100 Subject: [PATCH] doc/contributing: Fix a greengrocers' apostrophe Signed-off-by: Markus Armbruster --- doc/contributing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing b/doc/contributing index 8bffd099..ad6393e4 100644 --- a/doc/contributing +++ b/doc/contributing @@ -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