From cee663c888f52858ce58e1d7fc45a803a2e43bd6 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sat, 13 Jun 2020 14:51:28 -0700 Subject: [PATCH] fix typo --- src/002-config/mousetrapConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/002-config/mousetrapConfig.js b/src/002-config/mousetrapConfig.js index c82ac4be193..ffcfcb7b0d3 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; -- GitLab