Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaurits <mauritsvdvijgh@gmail.com>2018-10-21 14:01:38 +0300
committerMaurits <mauritsvdvijgh@gmail.com>2018-10-21 14:01:38 +0300
commit24cfe6a560e823c16d2e83e17948b70e56ce75d8 (patch)
tree652204b3dc3fe2e7d8b8136f669227c5625515fe /doc
parenta310a638db037d3914cf12e580c7a41209d2d06e (diff)
fix a typo in repositories.md (contend -> content)
Diffstat (limited to 'doc')
-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)