Skip to content

Commit

Permalink
Fix rule description
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Oct 26, 2022
1 parent ce35f24 commit 9678f6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default util.createRule<Options, MessageIds>({
type: 'suggestion',
docs: {
description:
'Enforce using the nullish coalescing operator instead of logical chaining',
'Enforce using the nullish coalescing operator instead of logical assignments or chaining',
recommended: 'strict',
requiresTypeChecking: true,
},
Expand Down

0 comments on commit 9678f6c

Please sign in to comment.