summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Crockett <chaorace@gmail.com>2020-05-27 09:23:49 -0400
committerGitHub <noreply@github.com>2020-05-27 09:23:49 -0400
commitef3a4b00f0de7a2a2f5f013faa9e3df09611d60e (patch)
treed7a20b37343321d6b9dbae9f1cb8dfceb0955942
parent85aee23639bb78c07151618af031317c9ecd3408 (diff)
downloadqutebrowser-ef3a4b00f0de7a2a2f5f013faa9e3df09611d60e.tar.gz
qutebrowser-ef3a4b00f0de7a2a2f5f013faa9e3df09611d60e.zip
Corrected "c.tabs.possition" typo
possition -> position
-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 575104fc1..02a77059c 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.possition = "left"`,
+mistyped config settings. As an example, if you do `c.tabs.position = "left"`,
you'll get an error when starting.
See the link:settings{outfilesuffix}[settings help page] for all available settings. The