We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b66a2 commit a46844aCopy full SHA for a46844a
src/compiler/checker.ts
@@ -19474,7 +19474,7 @@ namespace ts {
19474
}
19475
const specifier = node.arguments[0];
19476
const specifierType = checkExpressionCached(specifier);
19477
- // Even though multiple arugments is grammatically incorrect, type-check extra arguments for completion
+ // Even though multiple arguments is grammatically incorrect, type-check extra arguments for completion
19478
for (let i = 1; i < node.arguments.length; ++i) {
19479
checkExpressionCached(node.arguments[i]);
19480
0 commit comments