Skip to content

Commit 129e252

Browse files
authored
fix: Fix typo in logical-assignment-operators rule description (#17000)
1 parent 892e6e5 commit 129e252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rules/logical-assignment-operators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ module.exports = {
159159
type: "suggestion",
160160

161161
docs: {
162-
description: "Require or disallow logical assignment logical operator shorthand",
162+
description: "Require or disallow logical assignment operator shorthand",
163163
recommended: false,
164164
url: "https://eslint.org/docs/rules/logical-assignment-operators"
165165
},

0 commit comments

Comments
 (0)