From cee88509a382d93468982d33bee33a2dd08eb389 Mon Sep 17 00:00:00 2001
From: Marin Jankovski <marin@gitlab.com>
Date: Tue, 27 May 2014 16:30:00 +0200
Subject: [PATCH] Fix typo in text.

---
 doc/update/upgrader.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/update/upgrader.md b/doc/update/upgrader.md
index f8d2d9e749c..0a1ad099dac 100644
--- a/doc/update/upgrader.md
+++ b/doc/update/upgrader.md
@@ -43,13 +43,12 @@ If all items are green, then congratulations upgrade is complete!
 
 ### (optional) 5. Application status check fails
 
-If `gitlab:check` task reports old version of gitlab-shell and recommends upgrading, upgrade gitlab-shell by running:
+If the `gitlab:check` task reports an old version of gitlab-shell and recommends upgrading, upgrade gitlab-shell by running:
 
 ```
 cd /home/git/gitlab-shell
 sudo -u git -H git fetch
 sudo -u git -H git checkout v1.9.4
-
 ```
 
 ### One line upgrade command
-- 
2.30.9