From e2bd6c06ecc4f8e9fdca5a5d7f9ffcc30f551401 Mon Sep 17 00:00:00 2001 From: Olivier Truong Date: Tue, 6 Nov 2018 20:22:27 +0100 Subject: [PATCH] typo (#3025) without instead of wihtout --- .../preferences/test/common/keybindingsEditorModel.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/services/preferences/test/common/keybindingsEditorModel.test.ts b/src/vs/workbench/services/preferences/test/common/keybindingsEditorModel.test.ts index 8691f093e5..dfd375d02a 100644 --- a/src/vs/workbench/services/preferences/test/common/keybindingsEditorModel.test.ts +++ b/src/vs/workbench/services/preferences/test/common/keybindingsEditorModel.test.ts @@ -199,7 +199,7 @@ suite('Keybindings Editor Model test', () => { }); }); - test('convert with title and wihtout binding to entry', () => { + test('convert with title and without binding to entry', () => { const id = 'a' + uuid.generateUuid(); registerCommandWithTitle(id, 'some title'); prepareKeybindingService();