summaryrefslogtreecommitdiff
path: root/doc/update
diff options
context:
space:
mode:
authorJohannes Schleifenbaum <johannes@js-webcoding.de>2013-07-29 12:46:00 +0200
committerJohannes Schleifenbaum <johannes@js-webcoding.de>2013-07-29 12:47:06 +0200
commitcd19f82e5126e087ea6ef3b1bc3307bb74efacbd (patch)
tree83c0eeabeedec6a14262bcf0edc776adf5ef332d /doc/update
parent5e0e97ec5dd963a33a6522b0095a15abf987d6e0 (diff)
downloadgitlab-ce-cd19f82e5126e087ea6ef3b1bc3307bb74efacbd.tar.gz
Fix typos
Diffstat (limited to 'doc/update')
-rw-r--r--doc/update/4.0-to-4.1.md2
-rw-r--r--doc/update/4.2-to-5.0.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/update/4.0-to-4.1.md b/doc/update/4.0-to-4.1.md
index aa8a305a7ce..324af7597b2 100644
--- a/doc/update/4.0-to-4.1.md
+++ b/doc/update/4.0-to-4.1.md
@@ -37,7 +37,7 @@ sudo -u gitlab -H bundle exec rake db:migrate RAILS_ENV=production
# backup old one
sudo mv /etc/init.d/gitlab /etc/init.d/gitlab.old
-# get new one usign sidekiq
+# get new one using sidekiq
sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/4-1-stable/init.d/gitlab
sudo chmod +x /etc/init.d/gitlab
diff --git a/doc/update/4.2-to-5.0.md b/doc/update/4.2-to-5.0.md
index 60d37931ec9..053a50ebc88 100644
--- a/doc/update/4.2-to-5.0.md
+++ b/doc/update/4.2-to-5.0.md
@@ -2,7 +2,7 @@
## Important changes
-* We dont use `gitlab` user any more. Everything will be moved to `git` user
+* We don't use `gitlab` user any more. Everything will be moved to `git` user
* __requires ruby1.9.3__
@@ -126,7 +126,7 @@ sudo service nginx restart
```
-__7. Start gitlab instace__
+__7. Start gitlab instance__
```