From 93f1c5798bd7f8944c8c3683e0c2c9b614250a3c Mon Sep 17 00:00:00 2001 From: Pascal Date: Tue, 18 May 2021 12:43:42 -0400 Subject: [PATCH] fix doc sentence which ends abruptly --- docs/rules/jsx-child-element-spacing.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/rules/jsx-child-element-spacing.md b/docs/rules/jsx-child-element-spacing.md index 0374c05c28..7e135f85ec 100644 --- a/docs/rules/jsx-child-element-spacing.md +++ b/docs/rules/jsx-child-element-spacing.md @@ -2,9 +2,10 @@ ## Rule Details -Since React removes extraneous new lines between elements when possible, -it is possible to end up with inline elements that are not rendered with spaces between them and adjacent text. -This is often indicative of an error, so this rule attempts to detect +Since React removes extraneous new lines between elements when possible, it is +possible to end up with inline elements that are not rendered with spaces +between them and adjacent text. This is often indicative of an error, so this +rule attempts to detect JSX markup with ambiguous spacing. Examples of **incorrect** code for this rule: