diff --git a/src/002-config/mousetrapConfig.js b/src/002-config/mousetrapConfig.js index c82ac4be193661aef007b894ecbb0a50630f938a..ffcfcb7b0d3da9e458b5d6d55e630b34349bf52a 100644 --- a/src/002-config/mousetrapConfig.js +++ b/src/002-config/mousetrapConfig.js @@ -29,7 +29,7 @@ App.UI.Hotkeys = (function() { const bindings = {}; /** - * To ensure we only record one at at time + * To ensure we only record one at a time * @type {boolean} */ let recording = false;