Skip to content

Commit b77790d

Browse files
committed
Merge pull request #464 from alex-tan/patch-1
Replace incorrect 'it's' with 'its'
2 parents fe3da43 + 5e13bff commit b77790d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-boolean-value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In JSX when using a boolean attribute you can set the attribute value to `true`
66

77
## Rule Details
88

9-
This rule takes one argument. If it is `"always"` then it warns whenever an attribute is missing it's value. If `"never"` then it warns if an attribute has a `true` value. The default value of this option is `"never"`.
9+
This rule takes one argument. If it is `"always"` then it warns whenever an attribute is missing its value. If `"never"` then it warns if an attribute has a `true` value. The default value of this option is `"never"`.
1010

1111
The following patterns are considered warnings when configured `"never"`:
1212

0 commit comments

Comments
 (0)