diff --git a/lib/validations.js b/lib/validations.js index db9ef1fe..0d28470a 100644 --- a/lib/validations.js +++ b/lib/validations.js @@ -52,7 +52,7 @@ Validatable.validatesPresenceOf = getConfigurator('presence'); * For example, validate absence of reserved * ``` * Post.validatesAbsenceOf('reserved', { unless: 'special' }); - * + * ``` * @param {String} propertyName One or more property names. * @options {Object} errMsg Optional custom error message. Default is "can't be set" * @property {String} message Error message to use instead of default.