Skip to content

Commit 842d3c3

Browse files
committed
Fix typo
1 parent ae66e99 commit 842d3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ namespace ts {
12551255
// Overrides
12561256

12571257
// A plugin can implement one of the override methods to replace the results that would
1258-
// be returned by the TypeScript language service. If a plugin returns a defined results
1258+
// be returned by the TypeScript language service. If a plugin returns a defined result
12591259
// (that is, is not undefined) then that result is used instead of invoking the
12601260
// corresponding TypeScript method. If multiple plugins are registered, they are
12611261
// consulted in the order they are returned from the program. The first defined result

0 commit comments

Comments
 (0)