Skip to content

Commit 4c58366

Browse files
authored
Fix typo.
1 parent 3cba485 commit 4c58366

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)