change "an user" to "a user" in comments and text (no code changes) (#7257)

This commit is contained in:
Alys
2016-05-15 09:10:08 +10:00
committed by Matteo Pagliazzi
parent 8a72c91060
commit 887d187691
7 changed files with 14 additions and 14 deletions

View File

@@ -168,7 +168,7 @@ function _loginRes (user, req, res) {
/**
* @api {post} /api/v3/user/auth/local/login Login
* @apiDescription Login an user with email / username and password
* @apiDescription Login a user with email / username and password
* @apiVersion 3.0.0
* @apiName UserLoginLocal
* @apiGroup User