summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormhmdanas <triallax@tutanota.com>2021-09-27 20:37:26 +0300
committermhmdanas <triallax@tutanota.com>2021-09-27 20:46:22 +0300
commitb7f14d3bfbc82b6cbe106ac74585f09cc23306c8 (patch)
tree414f33ab1afc95192d729cc8d153e80eaef3fa63 /doc
parent4f7d14849bd6bc970181c136c65cde7354c2e16f (diff)
downloadqutebrowser-b7f14d3bfbc82b6cbe106ac74585f09cc23306c8.tar.gz
qutebrowser-b7f14d3bfbc82b6cbe106ac74585f09cc23306c8.zip
Fix a couple of minor mistakes
Diffstat (limited to 'doc')
-rw-r--r--doc/help/configuring.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/help/configuring.asciidoc b/doc/help/configuring.asciidoc
index 728942ab1..23894ddc4 100644
--- a/doc/help/configuring.asciidoc
+++ b/doc/help/configuring.asciidoc
@@ -58,7 +58,7 @@ customizable.
Using the link:commands{outfilesuffix}#set[`:set`] command and command completion, you
can quickly set settings interactively, for example `:set tabs.position left`.
-<<patterns,URL patterns>> can be used via `
+<<patterns,URL patterns>> can be used via
`:set --pattern *://example.com/* content.images false`, or with shorthand
syntax for both argument and pattern, `:set -u example.com content.images
false`.