From a31e93c69289223c1f6db3366b5c66db02e67c7b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 27 May 2020 19:48:42 +0200 Subject: Revert "Corrected "c.tabs.possition" typo" This reverts commit ef3a4b00f0de7a2a2f5f013faa9e3df09611d60e. Reverts #5469. That misspelling is intentional (see context). --- doc/help/configuring.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/help/configuring.asciidoc b/doc/help/configuring.asciidoc index 02a77059c..575104fc1 100644 --- a/doc/help/configuring.asciidoc +++ b/doc/help/configuring.asciidoc @@ -108,7 +108,7 @@ c.completion.shrink = True ---- Note that qutebrowser does some Python magic so it's able to warn you about -mistyped config settings. As an example, if you do `c.tabs.position = "left"`, +mistyped config settings. As an example, if you do `c.tabs.possition = "left"`, you'll get an error when starting. See the link:settings{outfilesuffix}[settings help page] for all available settings. The -- cgit v1.2.3-54-g00ecf