From 7999423244368cd5f120d7ff97338afe8c4d8921 Mon Sep 17 00:00:00 2001 From: Aaron Bull Schaefer Date: Mon, 16 Dec 2024 08:00:29 -0800 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 62c9f4bb5..76272245d 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1208,7 +1208,7 @@ keybind: Keybinds = .{}, @"clipboard-paste-bracketed-safe": bool = true, /// The total amount of bytes that can be used for image data (i.e. the Kitty -/// image protocol) per terminal scren. The maximum value is 4,294,967,295 +/// image protocol) per terminal screen. The maximum value is 4,294,967,295 /// (4GiB). The default is 320MB. If this is set to zero, then all image /// protocols will be disabled. ///