chore: clean up typos

This commit is contained in:
Łukasz Niemier
2024-08-05 13:56:57 +02:00
parent 1b386faee9
commit f9be02a20f
46 changed files with 135 additions and 66 deletions

View File

@@ -5,7 +5,7 @@ const Allocator = std.mem.Allocator;
const help_strings = @import("help_strings");
pub const Options = struct {
/// If `true`, print out documenation about the action associated with the
/// If `true`, print out documentation about the action associated with the
/// keybinds.
docs: bool = false,

View File

@@ -45,7 +45,7 @@ pub const Config = struct {
/// same priority order Ghostty would use to pick a font.
///
/// The `--family` argument can be used to filter results to a specific family.
/// The family handling is identical to the `font-familiy` set of Ghostty
/// The family handling is identical to the `font-family` set of Ghostty
/// configuration values, so this can be used to debug why your desired font may
/// not be loading.
///

View File

@@ -11,7 +11,7 @@ pub const Options = struct {
/// in the config file.
default: bool = false,
/// If `true`, print out documenation about the action associated with the
/// If `true`, print out documentation about the action associated with the
/// keybinds.
docs: bool = false,