Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 committed Oct 4, 2022
1 parent aac48e9 commit 5f91551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/rules/no-misused-promises.ts
Expand Up @@ -540,7 +540,7 @@ function voidFunctionArguments(
node.expression,
);

// If this is a array 'rest' parameter, check all of the argument indicies
// If this is a array 'rest' parameter, check all of the argument indices
// from the current argument to the end.
// Note - we currently do not support 'spread' arguments - adding support for them
// is tracked in https://github.com/typescript-eslint/typescript-eslint/issues/5744
Expand Down

0 comments on commit 5f91551

Please sign in to comment.