documentation: fix MacOSDockDropBehavior valid values

This commit is contained in:
Matthias von Arx
2025-09-18 18:09:10 +02:00
committed by Mitchell Hashimoto
parent b34f3f7208
commit e0905ac794

View File

@@ -2713,7 +2713,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`.
///