From 7d293ed9ffbadc0117fd9e656951c9eafd331649 Mon Sep 17 00:00:00 2001
From: lufte <javierayres@gmail.com>
Date: Mon, 27 Aug 2018 23:03:49 -0300
Subject: [PATCH] Missing colon

---
 doc/userscripts.asciidoc | 4 ++--
 1 file 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
 ----------------