fix: open_url_with docs spelling

This commit is contained in:
Cheuk Yin Ng 2024-02-02 12:02:08 -08:00
parent 9b8ee54034
commit cd8f0c1374
No known key found for this signature in database
GPG key ID: 7B1B09EE52D14853

View file

@ -470,7 +470,7 @@
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).