diff --git a/core/shortcut_registry.js b/core/shortcut_registry.js index 58de799d06f..4fcec3f7cbf 100644 --- a/core/shortcut_registry.js +++ b/core/shortcut_registry.js @@ -51,7 +51,7 @@ const ShortcutRegistry = function() { /** * Enum of valid modifiers. - * @enum {!KeyCodes} + * @enum {!KeyCodes} */ ShortcutRegistry.modifierKeys = { 'Shift': KeyCodes.SHIFT,