From 701e2308a4670fb1c188660c74b8c9710e6c8e6f Mon Sep 17 00:00:00 2001 From: Gregory Ostermayr Date: Mon, 6 Jul 2015 17:09:48 -0400 Subject: [PATCH] fix typo --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index c356e15..6561eab 100644 --- a/API.md +++ b/API.md @@ -210,7 +210,7 @@ You should always use the [**getValue()**](#getvalue) method inside your formsy } }}/> ``` -An comma seperated list with validation rules. Take a look at [**Validators**](#validators) to see default rules. Use ":" to separate argument passed to the validator. The argument will go through a **JSON.parse** converting them into correct JavaScript types. Meaning: +An comma separated list with validation rules. Take a look at [**Validators**](#validators) to see default rules. Use ":" to separate argument passed to the validator. The argument will go through a **JSON.parse** converting them into correct JavaScript types. Meaning: ```html