typeo in error message

This commit is contained in:
Alex Vaos 2015-05-15 10:59:16 -07:00
parent 538003698c
commit 5b2ca883f3
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ Formsy.Form = React.createClass({
var component = this.inputs[name];
if (!component) {
throw new Error('You are trying to update an input that does not exists. Verify errors object with input names. ' + JSON.stringify(errors));
throw new Error('You are trying to update an input that does not exist. Verify errors object with input names. ' + JSON.stringify(errors));
}
var args = [{