Fix typo in binding comments (#5234)

I noticed this when I was reading the keybinding docs on the website and
figured I might as well fix it.
This commit is contained in:
Mitchell Hashimoto
2025-01-20 10:21:15 -08:00
committed by GitHub

View File

@ -419,7 +419,7 @@ pub const Action = union(enum) {
/// is preserved between appearances, so you can always press the keybinding /// is preserved between appearances, so you can always press the keybinding
/// to bring it back up. /// 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: /// have to be focused, prefix your keybind with `global`. Example:
/// ///
/// ```ini /// ```ini