From d7cf49bff0074b03380b57ae3c790f63ee821e02 Mon Sep 17 00:00:00 2001 From: "Vitaliy @blackst0ne Klachkov" Date: Sun, 3 Sep 2017 13:00:32 +1100 Subject: [PATCH] Fix typo in the API Deploy Keys documentation page --- changelogs/unreleased/fix_typo_in_deploy_keys_docs.yml | 5 +++++ doc/api/deploy_keys.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/fix_typo_in_deploy_keys_docs.yml 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