diff --git a/src/core/action.ts b/src/core/action.ts index 902af037..8fba7a10 100644 --- a/src/core/action.ts +++ b/src/core/action.ts @@ -55,7 +55,7 @@ export class Action { } if (!Object.prototype.hasOwnProperty.call(this.keyMappings, standardFilter)) { - error(`contains unkown key filter: ${this.keyFilter}`) + error(`contains unknown key filter: ${this.keyFilter}`) } return this.keyMappings[standardFilter].toLowerCase() !== event.key.toLowerCase()