From 8fa0faf2a1c176a337cfe685b6a86bd42493f62a Mon Sep 17 00:00:00 2001 From: Alexandre Nicastro Date: Sat, 3 Jun 2017 13:58:05 -0300 Subject: [PATCH] Fix minor typo (#3729) ``` diff - bellow + below ``` --- packages/jest-validate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jest-validate/README.md b/packages/jest-validate/README.md index 3e130b38ca4a..2bec871bb307 100644 --- a/packages/jest-validate/README.md +++ b/packages/jest-validate/README.md @@ -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.