From 29ff10fa3d8c8e232625646127bd229e77129477 Mon Sep 17 00:00:00 2001 From: AlexKVal Date: Mon, 20 Apr 2015 17:31:19 +0300 Subject: [PATCH] Docs fix spare word --- docs/rules/jsx-sort-props.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/jsx-sort-props.md b/docs/rules/jsx-sort-props.md index 3e0279064c..cf405af912 100755 --- a/docs/rules/jsx-sort-props.md +++ b/docs/rules/jsx-sort-props.md @@ -40,4 +40,4 @@ The following patterns are considered okay and do not cause warnings: ## When not to use -This rule is a formatting preference and not following it won't negatively affect the quality of your code. If you alphabetizing props isn't a part of your coding standards, then you can leave this rule off. +This rule is a formatting preference and not following it won't negatively affect the quality of your code. If alphabetizing props isn't a part of your coding standards, then you can leave this rule off.