From bb58710fa8f4257eede4592ea56b7f18e65f4dde Mon Sep 17 00:00:00 2001 From: Bruno Bachmann Date: Sun, 19 Jan 2025 14:49:59 -0800 Subject: [PATCH] Fix typo in binding comments --- src/input/Binding.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/Binding.zig b/src/input/Binding.zig index 48725fb13..757c19c06 100644 --- a/src/input/Binding.zig +++ b/src/input/Binding.zig @@ -419,7 +419,7 @@ pub const Action = union(enum) { /// is preserved between appearances, so you can always press the keybinding /// to bring it back up. /// - /// To enable the quick terminally globally so that Ghostty doesn't + /// To enable the quick terminal globally so that Ghostty doesn't /// have to be focused, prefix your keybind with `global`. Example: /// /// ```ini