Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
František Hába committed Mar 15, 2012
1 parent e90abf1 commit 944be7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engines/json/validationError.js
Expand Up @@ -57,7 +57,7 @@ ValidationError.prototype.push = function(error) {
// Deprecated
validator: error.attributeName,
validatorName: error.attributeName,
validatoValue: error.attributeValue
validatorValue: error.attributeValue

};

Expand Down

0 comments on commit 944be7f

Please sign in to comment.