diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-04-08 11:21:11 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-04-10 11:17:04 +0200 |
commit | b472f9995ab9e981a0b28a3ad6666a20330f230c (patch) | |
tree | b33f67e95af37dd0606e3cf1533d84d47258a9ab /doc/api/milestones.md | |
parent | 5422554b8647c3fc01c44a5790b35c20596f1770 (diff) | |
download | gitlab-ce-b472f9995ab9e981a0b28a3ad6666a20330f230c.tar.gz |
Fix wrong copy edits for URL-encoded substitutions in API docsalkuzad/gitlab-ce-namespaces_encoding_docs
Diffstat (limited to 'doc/api/milestones.md')
-rw-r--r-- | doc/api/milestones.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/milestones.md b/doc/api/milestones.md index 45474366018..7640eeb8d00 100644 --- a/doc/api/milestones.md +++ b/doc/api/milestones.md @@ -57,7 +57,7 @@ GET /projects/:id/milestones/:milestone_id Parameters: - `id` (required) - The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user -- `milestone_id` (required) - The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user milestone +- `milestone_id` (required) - The ID of the project's milestone ## Create new milestone |