Skip to content

Commit

Permalink
Fix typo in comment. thedersen#334
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Américo committed Apr 21, 2018
1 parent 88c49fe commit c5e52cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backbone-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c5e52cf

Please sign in to comment.