From 3dbfd751afc3c5e445a9511a4361d3e781bdff02 Mon Sep 17 00:00:00 2001 From: Colton Padden Date: Sat, 21 Dec 2024 00:00:53 -0500 Subject: [PATCH] may -> can --- src/config/Config.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index 3065c871c..9eb91e4dd 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -704,7 +704,7 @@ fullscreen: bool = false, /// window to be this title at all times and Ghostty will ignore any set title /// escape sequences programs (such as Neovim) may send. /// -/// The title may be hidden by setting it to a space character `" "`. +/// The title can be hidden by setting it to a space character `" "`. /// /// This configuration can be reloaded at runtime. If it is set, the title /// will update for all windows. If it is unset, the next title change escape