Nit-picky typo

This is some *great* documentation work. I read it so carefully that this nit-picky typo came to my attention.
This commit is contained in:
Mani Nilchiani 2016-07-13 12:57:29 -04:00 committed by GitHub
parent 6b167cbfe1
commit 42ba9616d2
1 changed files with 1 additions and 1 deletions

2
API.md
View File

@ -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
<MyInputComponent name="fruit" validations="isIn:['apple', 'orange']"/>