Skip to content

Commit

Permalink
Fix typo in heading-increment rule name (#42)
Browse files Browse the repository at this point in the history
* Fix typo in `heading-increment` rule name

* Also fix in test
  • Loading branch information
iansan5653 authored May 1, 2023
1 parent 114f037 commit 82ddee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion style/accessibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"no-duplicate-header": true,
"no-emphasis-as-header": true,
"no-generic-link-text": true,
"no-heading-increment": true,
"heading-increment": true,
"no-space-in-links": false,
"ol-prefix": "ordered",
"single-h1": true,
Expand Down
2 changes: 1 addition & 1 deletion test/usage.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe("usage", () => {
"no-space-in-links": false,
"single-h1": true,
"no-emphasis-as-header": true,
"no-heading-increment": true,
"heading-increment": true,
"no-generic-link-text": true,
"ul-style": {
style: "asterisk",
Expand Down

0 comments on commit 82ddee1

Please sign in to comment.