From 721e1e391e6eca45a00c430c0527c9d370e37527 Mon Sep 17 00:00:00 2001 From: Yi Ming Date: Fri, 8 Nov 2024 12:08:46 +0800 Subject: [PATCH] docs: typo in config --- 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 e6b9d35ab..48de522f7 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -916,7 +916,7 @@ keybind: Keybinds = .{}, /// * `false` - windows won't have native decorations, i.e. titlebar and /// borders. On macOS this also disables tabs and tab overview. /// -/// The "toggle_window_decoration" keybind action can be used to create +/// The "toggle_window_decorations" keybind action can be used to create /// a keybinding to toggle this setting at runtime. /// /// Changing this configuration in your configuration and reloading will