Skip to content

Commit

Permalink
[Docs] no-redundant-roles: Adds missing closing square bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeriley131 authored and ljharb committed Feb 19, 2021
1 parent 42ce5b7 commit 3df059e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/rules/no-redundant-roles.md
Expand Up @@ -9,10 +9,11 @@ The default options for this rule allow an implicit role of `navigation` to be a
```js
{
'jsx-a11y/no-redundant-roles': [
'error',
{
nav: ['navigation'],
},
'error',
{
nav: ['navigation'],
},
],
}
```

Expand Down

0 comments on commit 3df059e

Please sign in to comment.