Skip to content

Commit

Permalink
Fix minor typo (#3729)
Browse files Browse the repository at this point in the history
``` diff
- bellow
+ below
```
  • Loading branch information
AlexxNica authored and cpojer committed Jun 3, 2017
1 parent a79ab07 commit 8fa0faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-validate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Almost anything can be overwritten to suite your needs.

### Options

* `comment` – optional string to be rendered bellow error/warning message.
* `comment` – optional string to be rendered below error/warning message.
* `condition` – an optional function with validation condition.
* `deprecate`, `error`, `unknown` – optional functions responsible for displaying warning and error messages.
* `deprecatedConfig` – optional object with deprecated config keys.
Expand Down

0 comments on commit 8fa0faf

Please sign in to comment.