Skip to content

Commit ad970cc

Browse files
FabienLaunayconnor4312
authored andcommitted
Fix word repetition in dialogs.ts comment (microsoft#88466)
1 parent 22fad2a commit ad970cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/dialogs/common/dialogs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export interface IFileDialogService {
230230
pickWorkspaceAndOpen(options: IPickAndOpenOptions): Promise<void>;
231231

232232
/**
233-
* Shows a save file file dialog and save the file at the chosen file URI.
233+
* Shows a save file dialog and save the file at the chosen file URI.
234234
*/
235235
pickFileToSave(options: ISaveDialogOptions): Promise<URI | undefined>;
236236

0 commit comments

Comments
 (0)