diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2018-01-19 12:09:59 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2018-01-19 12:09:59 +0200 |
commit | 0cbbb08e790260ad936810e0047e03938c001e9b (patch) | |
tree | 659eba953a3b578d99c7910a6b4f6c7c951ec53b /doc/api/group_milestones.md | |
parent | 6aed49bfcaa1ff11c335c2bfb52a1a93c730a07c (diff) | |
download | gitlab-ce-0cbbb08e790260ad936810e0047e03938c001e9b.tar.gz |
doc: Spelling fixes
Diffstat (limited to 'doc/api/group_milestones.md')
-rw-r--r-- | doc/api/group_milestones.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/group_milestones.md b/doc/api/group_milestones.md index a96fb3124fc..21d3ac73000 100644 --- a/doc/api/group_milestones.md +++ b/doc/api/group_milestones.md @@ -73,7 +73,7 @@ POST /groups/:id/milestones Parameters: - `id` (required) - The ID or [URL-encoded path of the group](README.md#namespaced-path-encoding) owned by the authenticated user -- `title` (required) - The title of an milestone +- `title` (required) - The title of a milestone - `description` (optional) - The description of the milestone - `due_date` (optional) - The due date of the milestone - `start_date` (optional) - The start date of the milestone |