diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index 4297da91688b991b8cf1213f8a90fb9df389c3bd..b4da25fc53f2e4a694df8d9682702c7141667904 100644 --- a/src/vs/vscode.d.ts +++ b/src/vs/vscode.d.ts @@ -4909,7 +4909,7 @@ declare module 'vscode' { /** * The extension kind describes if an extension runs where the UI runs * or if an extension runs where the remote extension host runs. The extension kind - * if defined in the `package.json` file of extensions but can also be refined + * is defined in the `package.json`-file of extensions but can also be refined * via the the `remote.extensionKind`-setting. When no remote extension host exists, * the value is [`ExtensionKind.UI`](#ExtensionKind.UI). */