From a7e3e5915c73228b5dcbed1c42f21b290151dc1e Mon Sep 17 00:00:00 2001 From: Adam Wolf Date: Sun, 29 Dec 2024 21:55:21 -0600 Subject: [PATCH] docs: fix spelling of macOS --- 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 5ff110cf4..ad862540a 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1117,7 +1117,7 @@ keybind: Keybinds = .{}, /// to be a certain position to fit within the grid. There is nothing Ghostty /// will do about this, but it will make an effort. /// -/// Important note: Setting this value will only work on macOs and glfw builds +/// Important note: Setting this value will only work on macOS and glfw builds /// on Linux. GTK 4.0 does not support setting the window position. /// /// This will default to the top-left corner of the screen if not set (0, 0).