From 9fba5c287f9f55f2e71c3e41f163ae8793fe5cc1 Mon Sep 17 00:00:00 2001 From: Vasyl Zuzyak Date: Fri, 24 Jun 2022 12:57:29 +0200 Subject: [PATCH] fix: corrected typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61c14ad..ce41620 100644 --- a/README.md +++ b/README.md @@ -62,5 +62,5 @@ More options can be found [here](./docs/rules/no-literal-string.md) ### Breaking change -By default, it wil only validate the plain text in JSX markup instead of all literal strings in previous versions. +By default, it will only validate the plain text in JSX markup instead of all literal strings in previous versions. [You can change it easily](./docs/rules/no-literal-string.md)