From db1019b1c04bec6b200efc843a71ccf31119d7b5 Mon Sep 17 00:00:00 2001 From: Josh Mills Date: Thu, 12 Dec 2024 06:42:27 +0000 Subject: [PATCH] Fix typo in config documentation --- 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 86d045c6a..7f9a5f9e8 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -314,7 +314,7 @@ const c = @cImport({ /// A theme to use. This can be a built-in theme name, a custom theme /// name, or an absolute path to a custom theme file. Ghostty also supports -/// specifying a different them to use for light and dark mode. Each +/// specifying a different theme to use for light and dark mode. Each /// option is documented below. /// /// If the theme is an absolute pathname, Ghostty will attempt to load that