summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-09-27 20:30:28 +0200
committerGitHub <noreply@github.com>2021-09-27 20:30:28 +0200
commit9e4ab225f26bc2441386a9158bc00df5c67f281f (patch)
tree414f33ab1afc95192d729cc8d153e80eaef3fa63
parent4f7d14849bd6bc970181c136c65cde7354c2e16f (diff)
parentb7f14d3bfbc82b6cbe106ac74585f09cc23306c8 (diff)
downloadqutebrowser-9e4ab225f26bc2441386a9158bc00df5c67f281f.tar.gz
qutebrowser-9e4ab225f26bc2441386a9158bc00df5c67f281f.zip
Merge pull request #6711 from mhmdanas/fix-minor-mistakes
Fix a couple of minor mistakes
-rw-r--r--doc/help/configuring.asciidoc2
-rwxr-xr-xmisc/userscripts/qute-keepassxc2
2 files changed, 2 insertions, 2 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`.
diff --git a/misc/userscripts/qute-keepassxc b/misc/userscripts/qute-keepassxc
index 11d0a3384..f4e971d3c 100755
--- a/misc/userscripts/qute-keepassxc
+++ b/misc/userscripts/qute-keepassxc
@@ -62,7 +62,7 @@ Unlike most browser extensions which only use plain local storage, this one atte
by storing the key in encrypted form using GPG.
Therefore you need to have a public-key-pair readily set up.
-GPG might then ask for your private-key passwort whenever you query the database for login credentials.
+GPG might then ask for your private-key password whenever you query the database for login credentials.
[1]: https://keepassxc.org/