diff options
author | Ciro Santilli <ciro.santilli@gmail.com> | 2014-06-25 09:06:39 +0200 |
---|---|---|
committer | Ciro Santilli <ciro.santilli@gmail.com> | 2014-06-25 09:06:39 +0200 |
commit | 8e7a5cda30a0626a2b519932e8c487c7cc10d68e (patch) | |
tree | e07462b4b2bb0b0c4e1b5a26653ff4c3369e9ce5 /doc/api/users.md | |
parent | f91f230cec3d4768a752b93f35fa45fb8c85d10a (diff) | |
download | gitlab-ce-8e7a5cda30a0626a2b519932e8c487c7cc10d68e.tar.gz |
Typo.
Diffstat (limited to 'doc/api/users.md')
-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 4ddbf739774..a7e9518408c 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -84,7 +84,7 @@ GET /users ] ``` -You can search for a users by email or username with: `/users?search=John` +You can search for users by email or username with: `/users?search=John` Also see `def search query` in `app/models/user.rb`. |