Merge pull request #2449 from injust/patch-1

Fix "external affects" typo in documentation
This commit is contained in:
Mitchell Hashimoto
2024-10-17 17:01:38 -07:00
committed by GitHub

View File

@ -1166,7 +1166,7 @@ keybind: Keybinds = .{},
/// ///
/// If this is false, the default configuration paths will not be loaded. /// If this is false, the default configuration paths will not be loaded.
/// This is targeted directly at using Ghostty from the CLI in a way /// This is targeted directly at using Ghostty from the CLI in a way
/// that minimizes external affects. /// that minimizes external effects.
/// ///
/// This is a CLI-only configuration. Setting this in a configuration file /// This is a CLI-only configuration. Setting this in a configuration file
/// will have no effect. It is not an error, but it will not do anything. /// will have no effect. It is not an error, but it will not do anything.