From a22a1771b55735d75e96dd2dfd7d98cd5eb74b9d Mon Sep 17 00:00:00 2001 From: Matthias von Arx Date: Thu, 18 Sep 2025 18:09:10 +0200 Subject: [PATCH] documentation: fix MacOSDockDropBehavior valid values --- 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 945e091f9..9a40dc0e4 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -2710,7 +2710,7 @@ keybind: Keybinds = .{}, /// /// * `new-tab` - Create a new tab in the current window, or open /// a new window if none exist. -/// * `new-window` - Create a new window unconditionally. +/// * `window` - Create a new window unconditionally. /// /// The default value is `new-tab`. ///