We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af323d5 commit 7ace3d5Copy full SHA for 7ace3d5
docs/rules/jsx-tag-spacing.md
@@ -50,7 +50,7 @@ The following patterns are considered warnings when configured `"always"`:
50
<Goodbye></Goodbye>
51
```
52
53
-The following patterns are not considered warnings when configured `"never"`:
+The following patterns are not considered warnings when configured `"always"`:
54
55
```jsx
56
<Hello/ >
0 commit comments