diff options
| author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-07-29 05:11:25 -0700 |
|---|---|---|
| committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-07-29 05:11:25 -0700 |
| commit | b55e22e277bd754d4ab89c046ccbe8f943730c8d (patch) | |
| tree | 83c0eeabeedec6a14262bcf0edc776adf5ef332d /doc/update | |
| parent | 5e0e97ec5dd963a33a6522b0095a15abf987d6e0 (diff) | |
| parent | cd19f82e5126e087ea6ef3b1bc3307bb74efacbd (diff) | |
| download | gitlab-ce-b55e22e277bd754d4ab89c046ccbe8f943730c8d.tar.gz | |
Merge pull request #4660 from jojosch/fix-typos
Fix typos
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__ ``` |
