summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-10-21 14:32:48 +0000
committerStan Hu <stanhu@gmail.com>2018-10-21 14:32:48 +0000
commitdd7e2683dda165c3772583f0f7f58070a5f1ee39 (patch)
tree652204b3dc3fe2e7d8b8136f669227c5625515fe
parenta310a638db037d3914cf12e580c7a41209d2d06e (diff)
parent24cfe6a560e823c16d2e83e17948b70e56ce75d8 (diff)
downloadgitlab-ce-dd7e2683dda165c3772583f0f7f58070a5f1ee39.tar.gz
Merge branch 'patch-32' into 'master'
fix a typo in repositories.md (contend -> content) See merge request gitlab-org/gitlab-ce!22508
-rw-r--r--doc/api/repositories.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md
index f5ac3816fe5..5dbf6cb0760 100644
--- a/doc/api/repositories.md
+++ b/doc/api/repositories.md
@@ -14,7 +14,7 @@ GET /projects/:id/repository/tree
Parameters:
- `id` (required) - The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user
-- `path` (optional) - The path inside repository. Used to get contend of subdirectories
+- `path` (optional) - The path inside repository. Used to get content of subdirectories
- `ref` (optional) - The name of a repository branch or tag or if not given the default branch
- `recursive` (optional) - Boolean value used to get a recursive tree (false by default)