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: