diff --git a/src/vs/platform/dialogs/common/dialogs.ts b/src/vs/platform/dialogs/common/dialogs.ts index d2a67ff901c..07ffac3fffd 100644 --- a/src/vs/platform/dialogs/common/dialogs.ts +++ b/src/vs/platform/dialogs/common/dialogs.ts @@ -143,7 +143,7 @@ export interface IPromptWithDefaultCancel extends IPrompt { export interface IPromptResult extends ICheckboxResult { /** - * The result of the `IPromptButton`` that was pressed or `undefined` if none. + * The result of the `IPromptButton` that was pressed or `undefined` if none. */ readonly result?: T; }