Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs: Fix typo (#14225)
  • Loading branch information
greg-finley committed Mar 17, 2021
1 parent a2013fc commit ebd7026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-unused-vars.md
Expand Up @@ -74,7 +74,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 ebd7026

Please sign in to comment.