From 58a28da94db6a2eba41491f4f28f7e61238357b5 Mon Sep 17 00:00:00 2001 From: Fladson Gomes Date: Tue, 4 Jan 2022 14:46:25 +0100 Subject: [PATCH] Fix documentation typo --- kitty/options/definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index e2f8031e0..166eaedb1 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -232,7 +232,7 @@ opt('cursor_text_color', '#111111', Choose the color of text under the cursor. If you want it rendered with the background color of the cell underneath instead, use the special keyword: background. Note that if :opt:`cursor` is set to :code:`none` then this setting -if ignored. +is ignored. ''' )