mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-08 10:56:34 +00:00
chore: clean up typos
This commit is contained in:
@@ -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,
|
||||
|
||||
|
@@ -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.
|
||||
///
|
||||
|
@@ -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,
|
||||
|
||||
|
Reference in New Issue
Block a user