Skip to content

Commit 42ba961

Browse files
authored
Nit-picky typo
This is some *great* documentation work. I read it so carefully that this nit-picky typo came to my attention.
1 parent 6b167cb commit 42ba961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ You should always use the [**getValue()**](#getvalue) method inside your formsy
248248
}
249249
}}/>
250250
```
251-
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:
251+
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:
252252

253253
```jsx
254254
<MyInputComponent name="fruit" validations="isIn:['apple', 'orange']"/>

0 commit comments

Comments
 (0)