From cf1550d4f2aad245959cb44960ea44342a7d0611 Mon Sep 17 00:00:00 2001 From: Michael Contento Date: Fri, 24 Apr 2015 18:43:35 +0200 Subject: [PATCH] Fix code example in API.md --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 29d1155..2db16df 100644 --- a/API.md +++ b/API.md @@ -118,7 +118,7 @@ Whenever the form becomes valid the "onValid" handler is called. Use it to chang #### onInvalid() ```html - + ``` Whenever the form becomes invalid the "onInvalid" handler is called. Use it to for example revert "onValid" state.