From 456ea0a87da3ef4db8d9fa645d9708d2d2b063a8 Mon Sep 17 00:00:00 2001 From: Joyce Er Date: Thu, 1 Jun 2023 11:57:38 -0700 Subject: [PATCH] Fix JSDoc grammatical error (#184090) --- src/vscode-dts/vscode.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vscode-dts/vscode.d.ts b/src/vscode-dts/vscode.d.ts index 399a4289993..3f38cc0f261 100644 --- a/src/vscode-dts/vscode.d.ts +++ b/src/vscode-dts/vscode.d.ts @@ -16362,7 +16362,7 @@ declare module 'vscode' { appendOutput(output: string, location?: Location, test?: TestItem): void; /** - * Signals that the end of the test run. Any tests included in the run whose + * Signals the end of the test run. Any tests included in the run whose * states have not been updated will have their state reset. */ end(): void;