fix: typo

Original fix: ghostty-org/website#152
Reverted: ghostty-org/website#99795d7882a5ee47437454c7c106c2874e0406dc.
This commit is contained in:
Eli
2024-12-27 14:02:25 -06:00
parent 6f2a7d3c36
commit 27a5a50aa0

View File

@ -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,