diff options
author | Jeff Burrows <jburrows@gitlab.com> | 2019-05-01 23:05:27 +0000 |
---|---|---|
committer | Jeff Burrows <jburrows@gitlab.com> | 2019-05-01 23:05:27 +0000 |
commit | c5c1f7484a546e72945574fbf3ec97c56ccdfc2b (patch) | |
tree | 8fadfc3373eb05dd1874f0c32391738e722a7798 | |
parent | 016c4893dadc6b0407761a58a896bd7a6d2e7156 (diff) | |
download | gitlab-ce-patch-53.tar.gz |
Update users.md - Removed redundant "in".patch-53
-rw-r--r-- | doc/api/users.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/users.md b/doc/api/users.md index d3e67d3d510..72d4b7fcfd4 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -1211,7 +1211,7 @@ Get the last activity date for all users, sorted from oldest to newest. The activities that update the timestamp are: - Git HTTP/SSH activities (such as clone, push) - - User logging in into GitLab + - User logging into GitLab - User visiting pages related to Dashboards, Projects, Issues and Merge Requests ([introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/54947) in GitLab 11.8) By default, it shows the activity for all users in the last 6 months, but this can be |