summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-09-04 09:04:53 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2017-09-04 09:04:53 +0000
commitb378ae6850e7c72ef97d62e477f51c0b0c5c0544 (patch)
tree3e8183ef3679acd7008601a5bca613f28b10129a
parent9e820ae3b9f623f4940ec352ef183f4244d7cc0d (diff)
parentd7cf49bff0074b03380b57ae3c790f63ee821e02 (diff)
downloadgitlab-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
-rw-r--r--changelogs/unreleased/fix_typo_in_deploy_keys_docs.yml5
-rw-r--r--doc/api/deploy_keys.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/changelogs/unreleased/fix_typo_in_deploy_keys_docs.yml b/changelogs/unreleased/fix_typo_in_deploy_keys_docs.yml
new file mode 100644
index 00000000000..fa50e36e28a
--- /dev/null
+++ b/changelogs/unreleased/fix_typo_in_deploy_keys_docs.yml
@@ -0,0 +1,5 @@
+---
+title: Fix typo in the API Deploy Keys documentation page
+merge_request: 14014
+author: Vitaliy @blackst0ne Klachkov
+type: fixed
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