diff --git a/react/README.md b/react/README.md index 5ba21051..7d8a32eb 100644 --- a/react/README.md +++ b/react/README.md @@ -206,7 +206,7 @@ ## Spacing - - Always include a single space in your self-closing tag. + - Always include a single space in your self-closing tag. eslint: [`no-multi-spaces`](http://eslint.org/docs/rules/no-multi-spaces), [`react/jsx-space-before-closing`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-space-before-closing.md) ```jsx // bad