diff --git a/src/config/Config.zig b/src/config/Config.zig index c56dd3cb5..422bf4035 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -668,7 +668,7 @@ keybind: Keybinds = .{}, /// /// * `true` /// * `false` - windows won't have native decorations, i.e. titlebar and -/// borders. On MacOS this also disabled tabs and tab overview. +/// borders. On MacOS this also disables tabs and tab overview. @"window-decoration": bool = true,