From b7f14d3bfbc82b6cbe106ac74585f09cc23306c8 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Mon, 27 Sep 2021 20:37:26 +0300 Subject: Fix a couple of minor mistakes --- doc/help/configuring.asciidoc | 2 +- misc/userscripts/qute-keepassxc | 2 +- 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`. -<> can be used via ` +<> 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/ -- cgit v1.2.3-54-g00ecf