summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/issues.md2
-rw-r--r--doc/api/projects.md2
-rw-r--r--doc/api/users.md2
3 files changed, 3 insertions, 3 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