diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-11-22 18:17:37 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-11-22 18:17:37 +0100 |
commit | 0c9a00bb154007a0a9f665ca38e6fec50d378eaf (patch) | |
tree | c09b6ded0d0684fb4647e923f54ce957f5e01861 | |
parent | c8eaeb2d258055b8fc77cbeef373aee5551c181a (diff) | |
download | gitlab-fix/633/milestone_filter.tar.gz |
[docs] Fix the milestone filetring doc (iid -> iids)fix/633/milestone_filter
Fixes #633
-rw-r--r-- | docs/gl_objects/milestones.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gl_objects/milestones.rst b/docs/gl_objects/milestones.rst index 0d3f576..f24e13f 100644 --- a/docs/gl_objects/milestones.rst +++ b/docs/gl_objects/milestones.rst @@ -30,7 +30,7 @@ List the milestones for a project or a group:: You can filter the list using the following parameters: -* ``iid``: unique ID of the milestone for the project +* ``iids``: unique IDs of milestones for the project * ``state``: either ``active`` or ``closed`` * ``search``: to search using a string |