Skip to content

Commit 5aa8db9

Browse files
authoredApr 6, 2021
[Docs] Clarify the title of the strictness table in the main doc
1 parent df3c7ad commit 5aa8db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Add `plugin:jsx-a11y/recommended` or `plugin:jsx-a11y/strict` in `extends`:
133133
- [scope](docs/rules/scope.md): Enforce `scope` prop is only used on `<th>` elements.
134134
- [tabindex-no-positive](docs/rules/tabindex-no-positive.md): Enforce `tabIndex` value is not greater than zero.
135135

136-
### Difference between 'recommended' and 'strict' mode
136+
### Rule strictness in different modes
137137

138138
Rule | Recommended | Strict
139139
------------ | ------------- | -------------

0 commit comments

Comments
 (0)
Please sign in to comment.