From d7cf49bff0074b03380b57ae3c790f63ee821e02 Mon Sep 17 00:00:00 2001 From: "Vitaliy @blackst0ne Klachkov" Date: Sun, 3 Sep 2017 13:00:32 +1100 Subject: Fix typo in the API Deploy Keys documentation page --- doc/api/deploy_keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/deploy_keys.md') 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 -- cgit v1.2.1