diff options
author | Rémy Coutable <remy@rymai.me> | 2016-10-11 17:25:57 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-10-11 17:25:57 +0200 |
commit | 8e70cf25641fc023e146ac1632f89203a55ce6f9 (patch) | |
tree | f62ae555db3b617254fe96dbaa16afa36961ad22 /doc/api/projects.md | |
parent | 33ce1976451ee8fc0275e0ae012755053d50ec34 (diff) | |
download | gitlab-ce-8e70cf25641fc023e146ac1632f89203a55ce6f9.tar.gz |
Addresses Robert's feedback
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/api/projects.md')
-rw-r--r-- | doc/api/projects.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 27436a052da..f96bf7f6d63 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -436,7 +436,7 @@ Parameters: ### Get project events Get the events for the specified project. -Sorted from newest to latest +Sorted from newest to oldest ``` GET /projects/:id/events |