chore: fix typos

This commit is contained in:
Nhan Luu
2025-01-02 23:41:57 +07:00
parent 80c3833031
commit 0c10db9f14

View File

@ -548,7 +548,7 @@ palette: Palette = .{},
/// than 0.01 or greater than 10,000 will be clamped to the nearest valid /// than 0.01 or greater than 10,000 will be clamped to the nearest valid
/// value. /// value.
/// ///
/// A value of "1" (default) scrolls te default amount. A value of "2" scrolls /// A value of "1" (default) scrolls the default amount. A value of "2" scrolls
/// double the default amount. A value of "0.5" scrolls half the default amount. /// double the default amount. A value of "0.5" scrolls half the default amount.
/// Et cetera. /// Et cetera.
@"mouse-scroll-multiplier": f64 = 1.0, @"mouse-scroll-multiplier": f64 = 1.0,
@ -724,7 +724,7 @@ fullscreen: bool = false,
/// This configuration can be reloaded at runtime. If it is set, the title /// This configuration can be reloaded at runtime. If it is set, the title
/// will update for all windows. If it is unset, the next title change escape /// will update for all windows. If it is unset, the next title change escape
/// sequence will be honored but previous changes will not retroactively /// sequence will be honored but previous changes will not retroactively
/// be set. This latter case may require you restart programs such as neovim /// be set. This latter case may require you to restart programs such as Neovim
/// to get the new title. /// to get the new title.
title: ?[:0]const u8 = null, title: ?[:0]const u8 = null,