fix a typo in Config.zig

This commit is contained in:
Justin Su
2024-06-25 19:58:21 -04:00
committed by GitHub
parent 7741463f82
commit 4de204659d

View File

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