From 0cc04bd2e455d560e9a9574585d8f4c2e2d6c3a4 Mon Sep 17 00:00:00 2001 From: Greyfeather Date: Wed, 21 May 2025 19:22:39 -0600 Subject: [PATCH] fix typo --- .config/quickshell/modules/common/functions/file_utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/common/functions/file_utils.js b/.config/quickshell/modules/common/functions/file_utils.js index 7b6c68f75..758950ded 100644 --- a/.config/quickshell/modules/common/functions/file_utils.js +++ b/.config/quickshell/modules/common/functions/file_utils.js @@ -1,5 +1,5 @@ /** - * Trims fthe File protocol off the input string + * Trims the File protocol off the input string * @param {string} str * @returns {string} */