From 4d7889acbd3409d289fb78f1be7ba7aa27bbb87b Mon Sep 17 00:00:00 2001 From: Mark Stosberg Date: Thu, 20 May 2021 15:29:59 -0400 Subject: Fix typo in config documentation --- alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alacritty.yml b/alacritty.yml index 9c5239f9..776d417a 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -230,7 +230,7 @@ # Keyboard regex hints #hints: - # Fist character in the hint label + # First character in the hint label # # Allowed values are CellForeground/CellBackground, which reference the # affected cell, or hexadecimal colors like #ff00ff. -- cgit