diff --git a/src/vscode-dts/vscode.proposed.inlineCompletionsAdditions.d.ts b/src/vscode-dts/vscode.proposed.inlineCompletionsAdditions.d.ts index 2bbd50bb777..d7c85101091 100644 --- a/src/vscode-dts/vscode.proposed.inlineCompletionsAdditions.d.ts +++ b/src/vscode-dts/vscode.proposed.inlineCompletionsAdditions.d.ts @@ -126,7 +126,7 @@ declare module 'vscode' { commands?: Command[]; /** - * When set and the user types a suggestion without derivating from it, the inline suggestion is not updated. + * When set and the user types a suggestion without deviating from it, the inline suggestion is not updated. * Defaults to false (might change). */ enableForwardStability?: boolean;