diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2018-01-19 12:09:59 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2018-01-19 12:09:59 +0200 |
commit | 0cbbb08e790260ad936810e0047e03938c001e9b (patch) | |
tree | 659eba953a3b578d99c7910a6b4f6c7c951ec53b /doc/api/projects.md | |
parent | 6aed49bfcaa1ff11c335c2bfb52a1a93c730a07c (diff) | |
download | gitlab-ce-0cbbb08e790260ad936810e0047e03938c001e9b.tar.gz |
doc: Spelling fixes
Diffstat (limited to 'doc/api/projects.md')
-rw-r--r-- | doc/api/projects.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 5a403f7593a..46f5de5aa0e 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -982,7 +982,7 @@ Example response: ## Unarchive a project Unarchives the project if the user is either admin or the project owner of this project. This action is -idempotent, thus unarchiving an non-archived project will not change the project. +idempotent, thus unarchiving a non-archived project will not change the project. ``` POST /projects/:id/unarchive |