diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2017-02-20 15:54:37 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2017-02-20 15:54:37 +0100 |
commit | 7d31cf8601be5e8344710579796e919d84c1f586 (patch) | |
tree | 1459c1d921490745ddaf33b37604634fcf268bae /doc/api/deploy_keys.md | |
parent | 173dbeb972d0da365ac77129d0e12727ae571e91 (diff) | |
download | gitlab-ce-7d31cf8601be5e8344710579796e919d84c1f586.tar.gz |
Fix some grammar in the API docs
Diffstat (limited to 'doc/api/deploy_keys.md')
-rw-r--r-- | doc/api/deploy_keys.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/deploy_keys.md b/doc/api/deploy_keys.md index 8d0dbfd7597..39afc4b2df5 100644 --- a/doc/api/deploy_keys.md +++ b/doc/api/deploy_keys.md @@ -137,7 +137,7 @@ Example response: ## Delete deploy key -Removes a deploy key from the project. If the deploy is used only for this project, it will be deleted from the system. +Removes a deploy key from the project. If the deploy key is used only for this project, it will be deleted from the system. ``` DELETE /projects/:id/deploy_keys/:key_id |