From d97910a4e89151efd169503996162e4a9ada0183 Mon Sep 17 00:00:00 2001 From: Anton Kastritskii Date: Tue, 9 Jul 2024 10:51:51 +0100 Subject: [PATCH] docs: fix typo --- 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 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,