From c5e52cfb8ded6d7918971b197189e5943a72aaab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20Am=C3=A9rico?= Date: Sat, 21 Apr 2018 17:20:49 -0300 Subject: [PATCH] Fix typo in comment. #334 --- src/backbone-validation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backbone-validation.js b/src/backbone-validation.js index b1107fa4..16981911 100644 --- a/src/backbone-validation.js +++ b/src/backbone-validation.js @@ -456,7 +456,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',