mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 09:16:11 +03:00
fix grammar
This commit is contained in:
@ -24,7 +24,7 @@ const c = @cImport({
|
|||||||
});
|
});
|
||||||
|
|
||||||
/// The font families to use.
|
/// The font families to use.
|
||||||
/// You can generate list of valid values using the CLI
|
/// You can generate the list of valid values using the CLI:
|
||||||
/// path/to/ghostty/cli +list-fonts
|
/// path/to/ghostty/cli +list-fonts
|
||||||
@"font-family": ?[:0]const u8 = null,
|
@"font-family": ?[:0]const u8 = null,
|
||||||
@"font-family-bold": ?[:0]const u8 = null,
|
@"font-family-bold": ?[:0]const u8 = null,
|
||||||
|
Reference in New Issue
Block a user