Skip to content

Commit

Permalink
Adds missing closing square bracket to docs for no-redundant-roles
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeriley131 committed Feb 19, 2021
1 parent 066ccff commit 475637c
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 475637c

Please sign in to comment.