From f8545ec48d66c5272236544364ebb90e81181269 Mon Sep 17 00:00:00 2001 From: Vivek Ghaisas Date: Sun, 20 Sep 2015 18:03:56 +0530 Subject: [PATCH] Fixing some typos in api.html --- api.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api.html b/api.html index de255d9..6938b9c 100644 --- a/api.html +++ b/api.html @@ -33,7 +33,7 @@

Options

position - Fucntion + Function function ($error, $input) {} The position function places the error message on the page. The function receives the jQuery error element and the jQuery input element. @@ -60,9 +60,9 @@

Options

valid - Fucntion + Function $.noop - A function that is called after a successful validation of a form. To prevent the default action (form submission) have this reunction retrun false. + A function that is called after a successful validation of a form. To prevent the default action (form submission) have this function retrun false.