docs: typo

master
Evgeny Poberezkin 2016-07-27 22:08:45 +01:00 committed by GitHub
parent 5b469a718b
commit ca8c9ab0ac
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ Possible type coercions:
\* Requires option `{coerceTypes: 'array'}`
## Coersion from string values
## Coercion from string values
#### To number type
@ -103,7 +103,7 @@ Unlike JavaScript, only these numbers can be coerced to `boolean`:
`null` coerces to `false`
## Coersion to and from from array
## Coercion to and from from array
These coercions require the the option `coerceTypes` is `"array"`.