summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-05-27 16:08:41 +0200
committerGitHub <noreply@github.com>2020-05-27 16:08:41 +0200
commit20c7613932ec4769e3f5b65b62548dabf76946da (patch)
treed7a20b37343321d6b9dbae9f1cb8dfceb0955942
parent85aee23639bb78c07151618af031317c9ecd3408 (diff)
parentef3a4b00f0de7a2a2f5f013faa9e3df09611d60e (diff)
downloadqutebrowser-20c7613932ec4769e3f5b65b62548dabf76946da.tar.gz
qutebrowser-20c7613932ec4769e3f5b65b62548dabf76946da.zip
Merge pull request #5469 from chaorace/patch-1
Corrected "c.tabs.possition" typo
-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