diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-09-04 09:04:53 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-09-04 09:04:53 +0000 |
commit | b378ae6850e7c72ef97d62e477f51c0b0c5c0544 (patch) | |
tree | 3e8183ef3679acd7008601a5bca613f28b10129a /doc | |
parent | 9e820ae3b9f623f4940ec352ef183f4244d7cc0d (diff) | |
parent | d7cf49bff0074b03380b57ae3c790f63ee821e02 (diff) | |
download | gitlab-ce-b378ae6850e7c72ef97d62e477f51c0b0c5c0544.tar.gz |
Merge branch 'fix_typo_in_deploy_keys_docs' into 'master'
Fix typo in the API Deploy Keys documentation page
See merge request !14014
Diffstat (limited to 'doc')
-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 |