From ba394d292c21f9edd91c896a7cc3716164c55eb0 Mon Sep 17 00:00:00 2001 From: Vladimir Kattsov Date: Thu, 11 Jan 2018 23:30:50 +0300 Subject: [PATCH] Fix wording in docs --- docs/rules/jsx-sort-default-props.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/jsx-sort-default-props.md b/docs/rules/jsx-sort-default-props.md index f7a3c498b7..6c0e1725cc 100644 --- a/docs/rules/jsx-sort-default-props.md +++ b/docs/rules/jsx-sort-default-props.md @@ -49,7 +49,7 @@ Component.defaultProps = { }; ``` -The following patterns are considered okay and do not cause warnings: +The following patterns are considered okay and do **not** cause warnings: ```jsx var Component = createReactClass({