Fix typo in binding comments

pull/5234/head
Bruno Bachmann 2025-01-19 14:49:59 -08:00
parent 72d085525b
commit bb58710fa8
1 changed files with 1 additions and 1 deletions

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