Fix typo in inspectKeybindings.ts (#25262)

This commit is contained in:
admosity
2017-04-25 18:04:04 -04:00
committed by Matt Bierner
parent d2e95a4501
commit 109dcd91f2
@@ -18,8 +18,8 @@ class InspectKeyMap extends EditorAction {
constructor() {
super({
id: 'workbench.action.inspectKeyMappings',
label: nls.localize('workbench.action.inspectKeyMap', "Developer: Inspect Key Mapppings"),
alias: 'Developer: Inspect Key Mapppings',
label: nls.localize('workbench.action.inspectKeyMap', "Developer: Inspect Key Mappings"),
alias: 'Developer: Inspect Key Mappings',
precondition: null
});
}