Skip to content

Commit c5e52cf

Browse files
author
Luiz Américo
committed
Fix typo in comment. thedersen#334
1 parent 88c49fe commit c5e52cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backbone-validation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ Backbone.Validation = (function(_){
456456
// --------------
457457

458458
// Error message for the build in validators.
459-
// {x} gets swapped out with arguments form the validator.
459+
// {x} gets swapped out with arguments from the validator.
460460
var defaultMessages = Validation.messages = {
461461
required: '{0} is required',
462462
acceptance: '{0} must be accepted',

0 commit comments

Comments
 (0)