Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Lourens <roblourens@gmail.com>2019-10-15 19:54:53 +0300
committerGitHub <noreply@github.com>2019-10-15 19:54:53 +0300
commit9f6db37cca651930d846c1a8b83fd8485e59d355 (patch)
tree1b885600c71c84fb272a4962582c839f80d0b1ca
parent3d143cc7b0570402d02ed5699c53661ec1c54344 (diff)
parentada8bd61b54bc272bbd11d6533a7b27deb987658 (diff)
Merge pull request #82613 from md2perpe/patch-1
Add missing preposition
-rw-r--r--src/vs/vscode.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts
index b60d66b6b4f..06746e9fe99 100644
--- a/src/vs/vscode.d.ts
+++ b/src/vs/vscode.d.ts
@@ -6333,7 +6333,7 @@ declare module 'vscode' {
export function executeCommand<T>(command: string, ...rest: any[]): Thenable<T | undefined>;
/**
- * Retrieve the list of all available commands. Commands starting an underscore are
+ * Retrieve the list of all available commands. Commands starting with an underscore are
* treated as internal commands.
*
* @param filterInternal Set `true` to not see internal commands (starting with an underscore)