diff options
author | JJ <thetwoj@gmail.com> | 2018-06-13 19:24:01 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-08-29 17:35:38 +0200 |
commit | eb034704768eeaa7f4605aaa8902b969adef5ec9 (patch) | |
tree | 1b1a14ed3d13706f73d5d5afc57ddd2d3a046613 /doc/api/groups.md | |
parent | f75aaea8ebd50416659a09d43177eed6cb47cc0b (diff) | |
download | gitlab-ce-eb034704768eeaa7f4605aaa8902b969adef5ec9.tar.gz |
Fix typo in doc/api/groups.md
Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6123.
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/api/groups.md')
-rw-r--r-- | doc/api/groups.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md index 64e0d78788d..be75c363a40 100644 --- a/doc/api/groups.md +++ b/doc/api/groups.md @@ -82,7 +82,7 @@ You can filter by [custom attributes](custom_attributes.md) with: GET /groups?custom_attributes[key]=value&custom_attributes[other_key]=other_value ``` -## List a groups's subgroups +## List a group's subgroups > [Introduced][ce-15142] in GitLab 10.3. |