summaryrefslogtreecommitdiff
path: root/doc/userscripts.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-06-29 17:45:56 +0200
committerFlorian Bruhin <git@the-compiler.org>2015-06-29 17:45:56 +0200
commitdb06eeded5d86e45475a151c03a95d322fd02fe7 (patch)
treeb3c83926ece6c833013004ab069cc9d4700ae95e /doc/userscripts.asciidoc
parentd845ecd7fc67105c124d40e9d540fbf43de7ae7f (diff)
downloadqutebrowser-db06eeded5d86e45475a151c03a95d322fd02fe7.tar.gz
qutebrowser-db06eeded5d86e45475a151c03a95d322fd02fe7.zip
Fix spelling.
Diffstat (limited to 'doc/userscripts.asciidoc')
-rw-r--r--doc/userscripts.asciidoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/userscripts.asciidoc b/doc/userscripts.asciidoc
index 349f0055a..5ca2adb42 100644
--- a/doc/userscripts.asciidoc
+++ b/doc/userscripts.asciidoc
@@ -5,9 +5,9 @@ The Compiler <mail@qutebrowser.org>
qutebrowser is extensible by writing userscripts which can be called via the
`:spawn --userscript` command, or via a key binding.
-These userscripts are similiar to the (non-javascript) dwb userscripts. They
-can be written in any language which can read environment variables and write
-to a FIFO. Note they are *not* related to Greasemonkey userscripts.
+These userscripts are similar to the (non-javascript) dwb userscripts. They can
+be written in any language which can read environment variables and write to a
+FIFO. Note they are *not* related to Greasemonkey userscripts.
Note for simple things such as opening the current page with another browser or
mpv, a simple key binding to something like `:spawn mpv {url}` should suffice.