diff --git a/src/main.js b/src/main.js index 4f978e2..3c46d1c 100644 --- a/src/main.js +++ b/src/main.js @@ -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 = [{