Skip to content

Commit

Permalink
Nit-picky typo
Browse files Browse the repository at this point in the history
This is some *great* documentation work. I read it so carefully that this nit-picky typo came to my attention.
  • Loading branch information
maniart authored Jul 13, 2016
1 parent 6b167cb commit 42ba961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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']"/>
Expand Down

0 comments on commit 42ba961

Please sign in to comment.