From 152eaa6669c353d16f606cc29b324a59761979f5 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 9 May 2017 10:39:35 -0700 Subject: [PATCH] [guide] [react] Update React README ref to jsx-a11y/jsx-space-before-closing --- react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/README.md b/react/README.md index e5581b97..16bf2420 100644 --- a/react/README.md +++ b/react/README.md @@ -212,7 +212,7 @@ ## Spacing - - 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) + - Always include a single space in your self-closing tag. eslint: [`no-multi-spaces`](http://eslint.org/docs/rules/no-multi-spaces), [`react/jsx-tag-spacing`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-tag-spacing.md) ```jsx // bad