From 27a5a50aa0a3c96181572349a3338383e0eaad50 Mon Sep 17 00:00:00 2001 From: Eli <88557639+lishaduck@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:02:25 -0600 Subject: [PATCH] fix: typo Original fix: ghostty-org/website#152 Reverted: ghostty-org/website#99795d7882a5ee47437454c7c106c2874e0406dc. --- 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 a5ba71b25..635676c75 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -628,7 +628,7 @@ command: ?[]const u8 = null, /// (i.e. by wrapping your command in a shell, setting env vars, etc.). /// This is a safety measure to prevent unexpected behavior. If you want /// shell integration with a `-e`-executed command, you must either -/// name your binary appopriately or source the shell integration script +/// name your binary appropriately or source the shell integration script /// manually. /// @"initial-command": ?[]const u8 = null,