Skip to content

Commit fcfc106

Browse files
committed
update comment
1 parent 492ee73 commit fcfc106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/eslint-plugin-aws-toolkits/lib/rules/no-foreach.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const errMsg = 'Avoid using .forEach as it can lead to race conditions'
1212
export default ESLintUtils.RuleCreator.withoutDocs({
1313
meta: {
1414
docs: {
15-
description: 'disallow async functions with .forEach',
15+
description: 'disallow .forEach',
1616
recommended: 'recommended',
1717
},
1818
messages: {

0 commit comments

Comments
 (0)