diff --git a/README.md b/README.md index 735530dee..1e5c26762 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Ghostty supports some features that require shell integration. I am aiming to support many of the features that [Kitty supports for shell integration](https://sw.kovidgoyal.net/kitty/shell-integration/). -The currently support shell integration features in Ghostty: +The currently supported shell integration features in Ghostty: - We do not confirm close for windows where the cursor is at a prompt. - New terminals start in the working directory of the previously focused terminal. diff --git a/src/config/Config.zig b/src/config/Config.zig index 291a4aede..dc47fd5bd 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -307,7 +307,7 @@ command: ?[]const u8 = null, /// "ctrl+a", "ctrl+shift+b", "up". Some notes: /// /// - modifiers cannot repeat, "ctrl+ctrl+a" is invalid. -/// - modifiers and key scan be in any order, "shift+a+ctrl" is weird, +/// - modifiers and keys can be in any order, "shift+a+ctrl" is weird, /// but valid. /// - only a single key input is allowed, "ctrl+a+b" is invalid. ///