From cd8f0c13748f8d1fed7dfb1b281aab32f1f9411d Mon Sep 17 00:00:00 2001 From: Cheuk Yin Ng Date: Fri, 2 Feb 2024 12:02:08 -0800 Subject: [PATCH] fix: `open_url_with` docs spelling --- 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 b5caace07..65f829dc0 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -470,7 +470,7 @@ opt('url_style', 'curly', opt('open_url_with', 'default', option_type='to_cmdline', long_text=''' -The program to open clicked URLs. The special value :code:`default` with first +The program to open clicked URLs. The special value :code:`default` will first look for any URL handlers defined via the :doc:`open_actions` facility and if non are found, it will use the Operating System's default URL handler (:program:`open` on macOS and :program:`xdg-open` on Linux).