documentation: fix MacOSDockDropBehavior valid values

pull/8752/head
Matthias von Arx 2025-09-18 18:09:10 +02:00
parent a3643f8f52
commit a22a1771b5
No known key found for this signature in database
GPG Key ID: B8C5C0DC8FD2C1D4
1 changed files with 1 additions and 1 deletions

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