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. |