Skip to content

Commit 6b9e89f

Browse files
authored
Merge pull request #786 from denis-sokolov/patch-3
[Docs] Clarify the title of the strictness table in the main doc
2 parents df3c7ad + 5aa8db9 commit 6b9e89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)