Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Apr 8, 2022
1 parent e0dd595 commit c00afb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* special character
*
* @apiParam {String} [name] min:2|max:50
* @apiParam {String="male,female,unspecified"} [gender]
* @apiParam {String="male","female","unspecified"} [gender]
* @apiParam {Date} [birth] format: Y-m-d / e.g. 2015-10-15
* @apiParam {String} [verification_url] requireIf:email_verification_required|url|in:allowed-verify-email-urls
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @apiParam {String} [password] min:6|max:40
* @apiParam {String} [name] min:2|max:50
* @apiParam {String="male,female,unspecified"} [gender]
* @apiParam {String="male","female","unspecified"} [gender]
* @apiParam {Date} [birth] format: Y-m-d / e.g. 2015-10-15
*
* @apiUse UserSuccessSingleResponse
Expand Down

0 comments on commit c00afb5

Please sign in to comment.