From 75851599d1b7e8f0df7339ab3fcf5cd414deee97 Mon Sep 17 00:00:00 2001 From: Bertrand Jamin Date: Sun, 17 Feb 2019 10:14:25 +0000 Subject: Replace misinterpreted `|` caracter in a table --- doc/api/milestones.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api') diff --git a/doc/api/milestones.md b/doc/api/milestones.md index 07e66f89443..fef27c146cc 100644 --- a/doc/api/milestones.md +++ b/doc/api/milestones.md @@ -91,7 +91,7 @@ Parameters: - `description` (optional) - The description of a milestone - `due_date` (optional) - The due date of the milestone - `start_date` (optional) - The start date of the milestone -- `state_event` (optional) - The state event of the milestone (close|activate) +- `state_event` (optional) - The state event of the milestone (close or activate) ## Delete project milestone -- cgit v1.2.1