Skip to content

Commit 7ace3d5

Browse files
Fix typo
1 parent af323d5 commit 7ace3d5

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)