diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 65c79d3fa..3a873028a 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -141,7 +141,7 @@ |<>|The proxy to use. |<>|Send DNS requests over the configured proxy. |<>|Validate SSL handshakes. -|<>|A list of user stylesheets filenames to use. +|<>|A list of user stylesheet filenames to use. |<>|Enables or disables WebGL. |<>|Whether load requests should be monitored for cross-site scripting attempts. |<>|The directory to save downloads to. @@ -1653,7 +1653,7 @@ Default: +pass:[ask]+ [[content.user_stylesheets]] == content.user_stylesheets -A list of user stylesheets filenames to use. +A list of user stylesheet filenames to use. Default: empty diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index e083bfe77..70f6ba25d 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -499,7 +499,7 @@ content.user_stylesheets: valtype: File none_ok: True default: null - desc: A list of user stylesheets filenames to use. + desc: A list of user stylesheet filenames to use. content.webgl: default: true