Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-08-05 00:32:41 +0400
committerRobert Schilling <rschilling@student.tugraz.at>2014-08-07 12:27:54 +0400
commitabdc4426486c6e6458c12ba49dd641d4c5ab257a (patch)
treeb458a06a7513284a29b3e1f193431160512e6aa6 /doc/update/4.2-to-5.0.md
parentd4f5af820f2fdb442404804859c84d2ef21794d9 (diff)
Fix spelling errors in doc, closes #7437
Further changes
Diffstat (limited to 'doc/update/4.2-to-5.0.md')
-rw-r--r--doc/update/4.2-to-5.0.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/4.2-to-5.0.md b/doc/update/4.2-to-5.0.md
index 30b25a2d2d5..27cc72c1cb6 100644
--- a/doc/update/4.2-to-5.0.md
+++ b/doc/update/4.2-to-5.0.md
@@ -67,7 +67,7 @@ sudo rm -rf /home/gitlab/gitlab-satellites
sudo rm /tmp/gitlab.socket
```
-## 5. Update gitlab to recent version
+## 5. Update GitLab to recent version
```bash
cd /home/git/gitlab
@@ -157,7 +157,7 @@ sudo -u git -H /home/git/gitlab-shell/bin/check
# /home/git/.ssh/authorized_keys: OK
-# Now check gitlab instance
+# Now check GitLab instance
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
```