Skip to content

Commit

Permalink
docs(eslint-plugin): correct typo in no-unused-vars (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
aegatlin authored and bradzacher committed Aug 27, 2019
1 parent 5ab13a8 commit 16136f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/no-unused-vars.md
Expand Up @@ -76,7 +76,7 @@ myFunc = setTimeout(function() {
myFunc();
}, 50);

// Only the second argument from the descructured array is used.
// Only the second argument from the destructured array is used.
function getY([, y]) {
return y;
}
Expand Down

0 comments on commit 16136f3

Please sign in to comment.