From 741606a7ab7d174031836c0063563c04dfb07467 Mon Sep 17 00:00:00 2001 From: Patrick Fong Date: Fri, 29 Sep 2023 11:44:32 -0700 Subject: [PATCH] fix grammar --- src/config/Config.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index aae9ce8c3..ba8544309 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -24,8 +24,8 @@ const c = @cImport({ }); /// The font families to use. -/// You can generate list of valid values using the CLI -/// path/to/ghostty/cli +list-fonts +/// You can generate the list of valid values using the CLI: +/// path/to/ghostty/cli +list-fonts @"font-family": ?[:0]const u8 = null, @"font-family-bold": ?[:0]const u8 = null, @"font-family-italic": ?[:0]const u8 = null,