We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af323d5 + 7ace3d5 commit e67f3c5Copy full SHA for e67f3c5
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