From f09a45704aeac681a99dc2327ec6cab196f54719 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 3 Aug 2024 22:04:35 -0700 Subject: [PATCH] config: typo in window-padding-color docs --- 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 3f9b7890d..3d92c5321 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -678,7 +678,7 @@ keybind: Keybinds = .{}, /// screen applications (i.e. not something like Neovim), the color will not /// be extended vertically if any of the following are true: /// -/// * The nearest row has any cells that have the default backgroudn color. +/// * The nearest row has any cells that have the default background color. /// The thinking is that in this case, the default background color looks /// fine as a padding color. /// * The nearest row is a prompt row (requires shell integration). The