From 31570e4fae56a9701ee56c00ec0681b61611807a Mon Sep 17 00:00:00 2001 From: coderiaser Date: Tue, 3 Feb 2026 16:10:55 +0200 Subject: [PATCH] chore: current-file: typo --- client/dom/current-file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/dom/current-file.js b/client/dom/current-file.js index 2239c991..f52f7a08 100644 --- a/client/dom/current-file.js +++ b/client/dom/current-file.js @@ -153,7 +153,7 @@ export const getCurrentByName = (name, panel = DOM.CurrentInfo.panel) => { }; /** - * private function thet unset currentFile + * private function that unset currentFile * * @currentFile */