Skip to content

Commit

Permalink
fix: Fix typo in logical-assignment-operators rule description (#17000
Browse files Browse the repository at this point in the history
)
  • Loading branch information
fasttime committed Mar 18, 2023
1 parent 892e6e5 commit 129e252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/logical-assignment-operators.js
Expand Up @@ -159,7 +159,7 @@ module.exports = {
type: "suggestion",

docs: {
description: "Require or disallow logical assignment logical operator shorthand",
description: "Require or disallow logical assignment operator shorthand",
recommended: false,
url: "https://eslint.org/docs/rules/logical-assignment-operators"
},
Expand Down

0 comments on commit 129e252

Please sign in to comment.