diff --git a/doc/api/users.md b/doc/api/users.md
index 4ddbf7397745b6f5d8865b346b3e7d88e581d963..a7e9518408c2f6ef215b1c4128affa99e44678e5 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`.