We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae66e99 commit 842d3c3Copy full SHA for 842d3c3
src/services/services.ts
@@ -1255,7 +1255,7 @@ namespace ts {
1255
// Overrides
1256
1257
// 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
+ // be returned by the TypeScript language service. If a plugin returns a defined result
1259
// (that is, is not undefined) then that result is used instead of invoking the
1260
// corresponding TypeScript method. If multiple plugins are registered, they are
1261
// consulted in the order they are returned from the program. The first defined result
0 commit comments