Skip to content

Commit

Permalink
Update options.md
Browse files Browse the repository at this point in the history
format fix
  • Loading branch information
Lukas Bernhard committed Jul 9, 2013
1 parent fae4c51 commit bd646bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/json/objects/options.md
Expand Up @@ -40,7 +40,7 @@ var options = {
messages: { messages: {


// A custom error message as a string (with placeholders) // A custom error message as a string (with placeholders)
format: 'Uh oh! The property ‘{{property}}’ must be an {{attributeValue}}. Well, ‘{{propertyValue}}’ doesn't look like an email. ' // Uh oh! Param ‘email’ must be an email. format: 'Uh oh! The property ‘{{property}}’ must be an {{attributeValue}}. Well, ‘{{propertyValue}}’ doesn\'t look like an email. ', // Uh oh! Param ‘email’ must be an email.


// A custom error message as a function // A custom error message as a function
enum: function(property, propertyValue, attributeValue) { enum: function(property, propertyValue, attributeValue) {
Expand All @@ -50,4 +50,4 @@ var options = {
} }


}; };
``` ```

0 comments on commit bd646bd

Please sign in to comment.