diff options
author | Vitaliy @blackst0ne Klachkov <blackst0ne.ru@gmail.com> | 2017-09-03 13:00:32 +1100 |
---|---|---|
committer | Vitaliy @blackst0ne Klachkov <blackst0ne.ru@gmail.com> | 2017-09-03 13:00:32 +1100 |
commit | d7cf49bff0074b03380b57ae3c790f63ee821e02 (patch) | |
tree | 5b3db92895decb4febb976052f6dc69adee03ea9 /doc/api | |
parent | c274da069d0de558613feb5bc35edc1312f5241d (diff) | |
download | gitlab-ce-d7cf49bff0074b03380b57ae3c790f63ee821e02.tar.gz |
Fix typo in the API Deploy Keys documentation page
Diffstat (limited to 'doc/api')
-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 4fa800ecb9c..273d5a56b6f 100644 --- a/doc/api/deploy_keys.md +++ b/doc/api/deploy_keys.md @@ -106,7 +106,7 @@ Example response: Creates a new deploy key for a project. If the deploy key already exists in another project, it will be joined to current -project only if original one was is accessible by the same user. +project only if original one is accessible by the same user. ``` POST /projects/:id/deploy_keys |