diff --git a/doc/faq.asciidoc b/doc/faq.asciidoc index cffdce7f5..a844bcfde 100644 --- a/doc/faq.asciidoc +++ b/doc/faq.asciidoc @@ -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