Merge pull request #125 from kriogenx0/master

typeo in error message
This commit is contained in:
Dmitry Semigradsky 2015-05-15 21:29:06 +03:00
commit d7629a3f6a
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 = [{