From 3319b2b6eda6804e01e0b2d7a1e13028c3e0197a Mon Sep 17 00:00:00 2001 From: Jason Rayne Date: Tue, 17 Jun 2025 15:30:11 -0700 Subject: [PATCH] docs: added full stop for consistency --- 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 4cc87ae04..0743dc4cf 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1984,7 +1984,7 @@ keybind: Keybinds = .{}, /// /// Allowable values are: /// -/// * `off` - No SSH integration, use standard ssh binary +/// * `off` - No SSH integration, use standard ssh binary. /// /// * `term-only` - Automatically converts TERM from `xterm-ghostty` to `xterm-256color` /// when connecting to remote hosts. This prevents "unknown terminal type" errors