diff options
author | Maurits <mauritsvdvijgh@gmail.com> | 2018-10-21 11:01:38 +0000 |
---|---|---|
committer | Maurits <mauritsvdvijgh@gmail.com> | 2018-10-21 11:01:38 +0000 |
commit | 24cfe6a560e823c16d2e83e17948b70e56ce75d8 (patch) | |
tree | 652204b3dc3fe2e7d8b8136f669227c5625515fe | |
parent | a310a638db037d3914cf12e580c7a41209d2d06e (diff) | |
download | gitlab-ce-24cfe6a560e823c16d2e83e17948b70e56ce75d8.tar.gz |
fix a typo in repositories.md (contend -> content)
-rw-r--r-- | doc/api/repositories.md | 2 |
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) |