From 4de204659d1707a1a12bcd16d31c8e4675dfc25f Mon Sep 17 00:00:00 2001 From: Justin Su Date: Tue, 25 Jun 2024 19:58:21 -0400 Subject: [PATCH] fix a typo in Config.zig --- 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 619327763..5ff35e10b 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -289,7 +289,7 @@ palette: Palette = .{}, /// make it difficult to find the cursor. @"cursor-opacity": f64 = 1.0, -/// The style of the cursor. This sets the default style. A running programn can +/// The style of the cursor. This sets the default style. A running program can /// still request an explicit cursor style using escape sequences (such as `CSI /// q`). Shell configurations will often request specific cursor styles. ///