Skip to content

Commit

Permalink
Wrong spelling of 'greater' as I'm sure we are not validating cheese
Browse files Browse the repository at this point in the history
  • Loading branch information
JProgrammer committed Mar 23, 2012
1 parent 227e617 commit d1d85e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backbone.validation.js
Expand Up @@ -250,7 +250,7 @@ Backbone.Validation.patterns = {
Backbone.Validation.messages = { Backbone.Validation.messages = {
required: '{0} is required', required: '{0} is required',
acceptance: '{0} must be accepted', acceptance: '{0} must be accepted',
min: '{0} must be grater than or equal to {1}', min: '{0} must be greater than or equal to {1}',
max: '{0} must be less than or equal to {1}', max: '{0} must be less than or equal to {1}',
range: '{0} must be between {1} and {2}', range: '{0} must be between {1} and {2}',
length: '{0} must be {1} characters', length: '{0} must be {1} characters',
Expand Down

0 comments on commit d1d85e2

Please sign in to comment.