Skip to content

Commit e67f3c5

Browse files
authored
Merge pull request #960 from evilebottnawi/patch-1
`jsx-tag-spacing`: Fix typo
2 parents af323d5 + 7ace3d5 commit e67f3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-tag-spacing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following patterns are considered warnings when configured `"always"`:
5050
<Goodbye></Goodbye>
5151
```
5252

53-
The following patterns are not considered warnings when configured `"never"`:
53+
The following patterns are not considered warnings when configured `"always"`:
5454

5555
```jsx
5656
<Hello/ >

0 commit comments

Comments
 (0)