summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-05-14 21:30:07 +0000
committerEvan Read <eread@gitlab.com>2019-05-14 21:30:07 +0000
commit6e7b14bc32831ef7efd463d59657e232bd9887a8 (patch)
treec0d0b61f9a65626c4359575aed8a9b354dc91840
parent1ca4241374c99c5d82936a20b20eb2fa976ce51f (diff)
parentc2eaae6132e761e7ab946c4d6f2004fac0fbaf89 (diff)
downloadgitlab-ce-6e7b14bc32831ef7efd463d59657e232bd9887a8.tar.gz
Merge branch 'patch-56' into 'master'
Fix typo See merge request gitlab-org/gitlab-ce!28276
-rw-r--r--doc/api/repository_files.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/repository_files.md b/doc/api/repository_files.md
index 6fcc06ea8cd..87c7f371de1 100644
--- a/doc/api/repository_files.md
+++ b/doc/api/repository_files.md
@@ -181,7 +181,7 @@ Currently gitlab-shell has a boolean return code, preventing GitLab from specify
## Delete existing file in repository
-This allows you to delete a single file. For deleting multiple files with a singleh request see the [commits API](commits.html#create-a-commit-with-multiple-files-and-actions).
+This allows you to delete a single file. For deleting multiple files with a single request, see the [commits API](commits.html#create-a-commit-with-multiple-files-and-actions).
```
DELETE /projects/:id/repository/files/:file_path