Skip to content

Commit

Permalink
typo (#3025)
Browse files Browse the repository at this point in the history
without instead of wihtout
  • Loading branch information
oltruong authored and kburtram committed Nov 6, 2018
1 parent a26be76 commit e2bd6c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e2bd6c0

Please sign in to comment.