summaryrefslogtreecommitdiff
path: root/doc/userscripts.asciidoc
diff options
context:
space:
mode:
authorlufte <javierayres@gmail.com>2018-08-27 23:03:49 -0300
committerlufte <javierayres@gmail.com>2018-08-27 23:03:49 -0300
commit7d293ed9ffbadc0117fd9e656951c9eafd331649 (patch)
tree1fc7b1ab16481476a640aaa8992fe52a319a4ac1 /doc/userscripts.asciidoc
parenta03133c5734a2db4d08c8d38c27db4ffaaa40877 (diff)
downloadqutebrowser-7d293ed9ffbadc0117fd9e656951c9eafd331649.tar.gz
qutebrowser-7d293ed9ffbadc0117fd9e656951c9eafd331649.zip
Missing colon
Diffstat (limited to 'doc/userscripts.asciidoc')
-rw-r--r--doc/userscripts.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/userscripts.asciidoc b/doc/userscripts.asciidoc
index ac0fe9bb3..2dc34402d 100644
--- a/doc/userscripts.asciidoc
+++ b/doc/userscripts.asciidoc
@@ -19,7 +19,7 @@ Also note userscripts need to have the executable bit set (`chmod +x`) for
qutebrowser to run them.
To call a userscript, it needs to be stored in your data directory under
-`userscripts` (for example: `~/.local/share/qutebrowser/userscripts/myscript`),
+`userscripts` (for example: `~/.local/share/qutebrowser/userscripts/myscript`),
or just use an absolute path.
NOTE: On Windows, only userscripts with `com`, `bat`, or `exe` extensions will be launched.
@@ -51,7 +51,7 @@ In `hints` mode:
- `QUTE_URL`: The URL selected via hints.
- `QUTE_SELECTED_TEXT`: The plain text of the element selected via hints.
-- `QUTE_SELECTED_HTML` The HTML of the element selected via hints.
+- `QUTE_SELECTED_HTML`: The HTML of the element selected via hints.
Sending commands
----------------