From 203110355d160083a4b8b305a9736768251a6e49 Mon Sep 17 00:00:00 2001 From: Justin Su Date: Thu, 17 Oct 2024 14:59:20 -0400 Subject: [PATCH] Fix "external affects" typo in documentation --- src/config/Config.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index ac0289d3b..765b44db1 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1166,7 +1166,7 @@ keybind: Keybinds = .{}, /// /// 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 -/// that minimizes external affects. +/// that minimizes external effects. /// /// 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.