Skip to content

Commit

Permalink
[Docs] Clarify the title of the strictness table in the main doc
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sokolov committed Apr 6, 2021
1 parent df3c7ad commit 5aa8db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -133,7 +133,7 @@ Add `plugin:jsx-a11y/recommended` or `plugin:jsx-a11y/strict` in `extends`:
- [scope](docs/rules/scope.md): Enforce `scope` prop is only used on `<th>` elements.
- [tabindex-no-positive](docs/rules/tabindex-no-positive.md): Enforce `tabIndex` value is not greater than zero.

### Difference between 'recommended' and 'strict' mode
### Rule strictness in different modes

Rule | Recommended | Strict
------------ | ------------- | -------------
Expand Down

0 comments on commit 5aa8db9

Please sign in to comment.