Merge pull request #1032 from strongloop/update_doc
Update doc for `validatesFormatOf`
This commit is contained in:
commit
0dee7fbec7
|
@ -148,7 +148,7 @@ Validatable.validatesExclusionOf = getConfigurator('exclusion');
|
|||
* Validate format. Require a model to include a property that matches the given format.
|
||||
*
|
||||
* Require a model to include a property that matches the given format. Example:
|
||||
* `User.validatesFormat('name', {with: /\w+/});`
|
||||
* `User.validatesFormatOf('name', {with: /\w+/});`
|
||||
*
|
||||
* @param {String} propertyName Property name to validate.
|
||||
* @options {Object} Options
|
||||
|
|
Loading…
Reference in New Issue