We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d48e3b + 4c58366 commit a3f7e75Copy full SHA for a3f7e75
splash/server.py
@@ -40,7 +40,7 @@ def parse_opts(jupyter=False, argv=sys.argv):
40
help="enable support for cross domain access when executing custom javascript "
41
"(WARNING: it could break rendering for some of the websites)" + _bool_default[defaults.JS_CROSS_DOMAIN_ENABLED])
42
op.add_option('--allowed-schemes', default=",".join(defaults.ALLOWED_SCHEMES),
43
- help="comma-separated list of allowed URI schemes (defaut: %default)")
+ help="comma-separated list of allowed URI schemes (default: %default)")
44
op.add_option("--filters-path",
45
help="path to a folder with network request filters")
46
op.add_option('--xvfb-screen-size',
0 commit comments