From 5b2ca883f3ced4d2bdc80f2708d632648af8417c Mon Sep 17 00:00:00 2001 From: Alex Vaos Date: Fri, 15 May 2015 10:59:16 -0700 Subject: [PATCH] typeo in error message --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [{