Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-10-11 18:25:57 +0300
committerRémy Coutable <remy@rymai.me>2016-10-11 18:25:57 +0300
commit8e70cf25641fc023e146ac1632f89203a55ce6f9 (patch)
treef62ae555db3b617254fe96dbaa16afa36961ad22 /doc/api/users.md
parent33ce1976451ee8fc0275e0ae012755053d50ec34 (diff)
Addresses Robert's feedback
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/api/users.md')
-rw-r--r--doc/api/users.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/users.md b/doc/api/users.md
index 15202010b7b..a52b2d51d78 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -630,7 +630,7 @@ Will return `200 OK` on success, `404 User Not Found` is user cannot be found or
### Get user contribution events
-Get the contribution events for the specified user, sorted from newest to latest.
+Get the contribution events for the specified user, sorted from newest to oldest.
```
GET /users/:id/events