Skip to content

Commit f5cff2a

Browse files
author
CJ Skillingstad
committed
Fix typo
1 parent 9cc118c commit f5cff2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-tag-spacing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The following patterns are **not** considered warnings when configured `"allow-m
181181

182182
This check can be set to `"always"`, `"never"`, or `"allow"` (to disable it).
183183

184-
If it is `"always"` the check warns whenever whitespace is missing before the closing bracket of a JSX opening element or whenever a space is missing before the closing bracket closing element. If `"never"`, them it warns if a space is present before the closing bracket of either a JSX opening element or closing element. This rule will never warn for self closing JSX elements. The default value of this check is `"never"`.
184+
If it is `"always"` the check warns whenever whitespace is missing before the closing bracket of a JSX opening element or whenever a space is missing before the closing bracket closing element. If `"never"`, then it warns if a space is present before the closing bracket of either a JSX opening element or closing element. This rule will never warn for self closing JSX elements. The default value of this check is `"never"`.
185185

186186
The following patterns are considered warnings when configured `"always"`:
187187

0 commit comments

Comments
 (0)