Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-09-04 12:04:53 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2017-09-04 12:04:53 +0300
commitb378ae6850e7c72ef97d62e477f51c0b0c5c0544 (patch)
tree3e8183ef3679acd7008601a5bca613f28b10129a /doc
parent9e820ae3b9f623f4940ec352ef183f4244d7cc0d (diff)
parentd7cf49bff0074b03380b57ae3c790f63ee821e02 (diff)
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.md2
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