Skip to content

Commit 3df059e

Browse files
mikeriley131ljharb
authored andcommittedFeb 19, 2021
[Docs] no-redundant-roles: Adds missing closing square bracket
1 parent 42ce5b7 commit 3df059e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎docs/rules/no-redundant-roles.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ The default options for this rule allow an implicit role of `navigation` to be a
99
```js
1010
{
1111
'jsx-a11y/no-redundant-roles': [
12-
'error',
13-
{
14-
nav: ['navigation'],
15-
},
12+
'error',
13+
{
14+
nav: ['navigation'],
15+
},
16+
],
1617
}
1718
```
1819

0 commit comments

Comments
 (0)
Please sign in to comment.