Corrected "c.tabs.possition" typo

possition -> position
This commit is contained in:
Christopher Crockett 2020-05-27 09:23:49 -04:00 committed by GitHub
parent 85aee23639
commit ef3a4b00f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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