From 8adf87c03d78597e385ef787e8fb1ef564f8995b Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Tue, 30 Jan 2018 16:30:22 -0800 Subject: [PATCH] Fix typo found in testing #42195 --- src/vs/vscode.proposed.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/vscode.proposed.d.ts b/src/vs/vscode.proposed.d.ts index 654e69c7ab91f..1fcc11677e8c6 100644 --- a/src/vs/vscode.proposed.d.ts +++ b/src/vs/vscode.proposed.d.ts @@ -160,7 +160,7 @@ declare module 'vscode' { /** * Updates the [workspace folders](#workspace.workspaceFolders) of the currently opened workspace. This method allows to add, remove - * and change workspace folders a the same time. Use the [onDidChangeWorkspaceFolders()](#onDidChangeWorkspaceFolders) + * and change workspace folders at the same time. Use the [onDidChangeWorkspaceFolders()](#onDidChangeWorkspaceFolders) * event to get notified when the workspace folders have been updated. * * **Example:** adding a new workspace folder at the end of workspace folders