fix grammar: "to which" instead of "to where"

This commit is contained in:
Raphael Das Gupta 2018-11-16 00:43:18 +01:00 committed by GitHub
parent bca47ff879
commit 409e0d33cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,7 @@ Why does it take longer to open an URL in qutebrowser than in chromium?::
When opening an URL in an existing instance, the normal qutebrowser
Python script is started and a few PyQt libraries need to be
loaded until it is detected that there is an instance running
where the URL is then passed to. This takes some time.
to which the URL is then passed. This takes some time.
One workaround is to use this
https://github.com/qutebrowser/qutebrowser/blob/master/scripts/open_url_in_instance.sh[script]
and place it in your $PATH with the name "qutebrowser". This