Skip to content

Commit

Permalink
Replace incorrect 'it's' with 'its'
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tan committed Feb 24, 2016
1 parent fe3da43 commit 5e13bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/jsx-boolean-value.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In JSX when using a boolean attribute you can set the attribute value to `true`

## Rule Details

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"`.
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"`.

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

Expand Down

0 comments on commit 5e13bff

Please sign in to comment.