From d1d85e2470c6d28157b2d87a7257bd9c788af678 Mon Sep 17 00:00:00 2001 From: Cameron Crothers Date: Fri, 23 Mar 2012 12:12:13 +1100 Subject: [PATCH] Wrong spelling of 'greater' as I'm sure we are not validating cheese --- backbone.validation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backbone.validation.js b/backbone.validation.js index c44e46c5..9139e91f 100644 --- a/backbone.validation.js +++ b/backbone.validation.js @@ -250,7 +250,7 @@ Backbone.Validation.patterns = { Backbone.Validation.messages = { required: '{0} is required', 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}', range: '{0} must be between {1} and {2}', length: '{0} must be {1} characters',