documentation: fix MacOSDockDropBehavior valid values

This commit is contained in:
Matthias von Arx
2025-09-18 18:09:10 +02:00
parent a3643f8f52
commit a22a1771b5

View File

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