From f1f42311de31598b41aa1c13290bf82eeb9fd936 Mon Sep 17 00:00:00 2001 From: LimaTheLime Date: Sun, 23 Feb 2025 12:22:27 +0000 Subject: [PATCH] typo-fix --- src/config/Config.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index 20577a191..d5e520483 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1525,7 +1525,7 @@ keybind: Keybinds = .{}, /// The default value is false for all systems. /// /// At present this will only disable the context menu on Linux in the future -/// this shoul also disable the context menu on macOS +/// this should also disable the context menu on macOS @"copy-on-right-click": CopyOnMouseAction = .false, /// The time in milliseconds between clicks to consider a click a repeat