summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/api/issues.md2
-rw-r--r--doc/api/projects.md2
-rw-r--r--doc/api/users.md2
-rw-r--r--doc/make_release.md2
-rw-r--r--doc/update/4.0-to-4.1.md2
-rw-r--r--doc/update/4.2-to-5.0.md4
6 files changed, 7 insertions, 7 deletions
diff --git a/doc/api/issues.md b/doc/api/issues.md
index 87547593586..723c8acf381 100644
--- a/doc/api/issues.md
+++ b/doc/api/issues.md
@@ -1,6 +1,6 @@
## List issues
-Get all issues created by authenticed user. This function takes pagination parameters
+Get all issues created by authenticated user. This function takes pagination parameters
`page` and `per_page` to restrict the list of issues.
```
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 2fc235066df..9afffcbaa80 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -193,7 +193,7 @@ Parameters:
**Project access levels**
-The project access levels are defined in the `user_project.rb` class. Currently, these levels are recoginized:
+The project access levels are defined in the `user_project.rb` class. Currently, these levels are recognized:
```
GUEST = 10
diff --git a/doc/api/users.md b/doc/api/users.md
index 9dd35f4bca0..20664f1e740 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -123,7 +123,7 @@ Parameters:
+ `bio` - User's bio
Note, at the moment this method does only return a 404 error, even in cases where a 409 (Conflict) would
-be more appropriate, e.g. when renaming the email address to some exsisting one.
+be more appropriate, e.g. when renaming the email address to some existing one.
## User deletion
diff --git a/doc/make_release.md b/doc/make_release.md
index 24f8397f10b..c93785e8750 100644
--- a/doc/make_release.md
+++ b/doc/make_release.md
@@ -8,7 +8,7 @@ NOTE: This is a developer guide. If you are trying to install GitLab see the lat
### From x.x to x.x
-#### 0. Any major changes? Database updates? Web server change? File strucuture changes?
+#### 0. Any major changes? Database updates? Web server change? File structure changes?
#### 1. Make backup
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__
```