Skip to content

Commit

Permalink
Fix typo for API docs. (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliczsh authored May 8, 2021
1 parent 9ee85bb commit a126563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/api/user/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ router.get('/:id',
* @apiParam {String} [name] User's name.
* @apiParam {String} [picture] User's picture.
* @apiParam {String=user,admin} [role=user] User's role.
* @apiSuccess (Sucess 201) {Object} user User's data.
* @apiSuccess (Success 201) {Object} user User's data.
* @apiError {Object} 400 Some parameters may contain invalid values.
* @apiError 401 Master access only.
* @apiError 409 Email already registered.
Expand Down

0 comments on commit a126563

Please sign in to comment.