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