diff --git a/dist/backbone-validation.js b/dist/backbone-validation.js index e1d10e10..a01d701c 100644 --- a/dist/backbone-validation.js +++ b/dist/backbone-validation.js @@ -468,7 +468,7 @@ Backbone.Validation = (function(_){ // -------------- // Error message for the build in validators. - // {x} gets swapped out with arguments form the validator. + // {x} gets swapped out with arguments from the validator. var defaultMessages = Validation.messages = { required: '{0} is required', acceptance: '{0} must be accepted', @@ -706,4 +706,4 @@ Backbone.Validation = (function(_){ }); return Validation; -}(_)); \ No newline at end of file +}(_));