diff options
Diffstat (limited to 'doc/update')
| -rw-r--r-- | doc/update/4.0-to-4.1.md | 2 | ||||
| -rw-r--r-- | doc/update/4.2-to-5.0.md | 4 |
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__ ``` |
