Skip to content

Commit a3f7e75

Browse files
authored
Merge pull request #791 from exic/patch-1
Fix typo.
2 parents 1d48e3b + 4c58366 commit a3f7e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splash/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def parse_opts(jupyter=False, argv=sys.argv):
4040
help="enable support for cross domain access when executing custom javascript "
4141
"(WARNING: it could break rendering for some of the websites)" + _bool_default[defaults.JS_CROSS_DOMAIN_ENABLED])
4242
op.add_option('--allowed-schemes', default=",".join(defaults.ALLOWED_SCHEMES),
43-
help="comma-separated list of allowed URI schemes (defaut: %default)")
43+
help="comma-separated list of allowed URI schemes (default: %default)")
4444
op.add_option("--filters-path",
4545
help="path to a folder with network request filters")
4646
op.add_option('--xvfb-screen-size',

0 commit comments

Comments
 (0)