Fix typo in content.user_stylesheets

This commit is contained in:
Florian Bruhin 2017-09-13 20:58:27 +02:00
parent 8537e92d39
commit 13f49738d7
2 changed files with 3 additions and 3 deletions

View File

@ -141,7 +141,7 @@
|<<content.proxy,content.proxy>>|The proxy to use.
|<<content.proxy_dns_requests,content.proxy_dns_requests>>|Send DNS requests over the configured proxy.
|<<content.ssl_strict,content.ssl_strict>>|Validate SSL handshakes.
|<<content.user_stylesheets,content.user_stylesheets>>|A list of user stylesheets filenames to use.
|<<content.user_stylesheets,content.user_stylesheets>>|A list of user stylesheet filenames to use.
|<<content.webgl,content.webgl>>|Enables or disables WebGL.
|<<content.xss_auditing,content.xss_auditing>>|Whether load requests should be monitored for cross-site scripting attempts.
|<<downloads.location.directory,downloads.location.directory>>|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

View File

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