From 42ba9616d29b2ab0399b81dd24763803023913fa Mon Sep 17 00:00:00 2001 From: Mani Nilchiani Date: Wed, 13 Jul 2016 12:57:29 -0400 Subject: [PATCH] Nit-picky typo This is some *great* documentation work. I read it so carefully that this nit-picky typo came to my attention. --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index d973c95..08e123c 100644 --- a/API.md +++ b/API.md @@ -248,7 +248,7 @@ You should always use the [**getValue()**](#getvalue) method inside your formsy } }}/> ``` -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: +A 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: ```jsx