From 510b96d872b65df8c655cef6d4df2d3c6b379b65 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Mon, 16 Sep 2024 12:34:31 -0500 Subject: [PATCH] fix typo --- 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 5323bd7a9..35f4425b6 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1732,7 +1732,7 @@ term: []const u8 = "xterm-ghostty", /// * `audio` - Play an audible sound. (Currently Linux-only if libcanberra /// support has been compiled in.) /// -/// * `visual` - Flashes a visiual indication in the surface that triggered +/// * `visual` - Flashes a visual indication in the surface that triggered /// the bell. (Currently not implemented.) /// /// * `notification` - Displays a desktop notification.