Skip to content

Commit 7c9e9f9

Browse files
committed
Typos in Logs and CLI
1 parent 25b8388 commit 7c9e9f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter_server_proxy/standalone/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def run(
6868
port = port or address_port_default[1]
6969

7070
if skip_authentication:
71-
log.warn("Disabling Authentication with JuypterHub Server!")
71+
log.warn("Disabling Authentication with JupyterHub Server!")
7272

7373
prefix = os.environ.get("JUPYTERHUB_SERVICE_PREFIX", "/")
7474

@@ -142,7 +142,7 @@ def main():
142142
parser.add_argument(
143143
"--socket-auto",
144144
action="store_true",
145-
help="Use Unix Socket for proxying, but let Jupyter Server Proxy automatically create one.",
145+
help="Use Unix Socket for proxying, but let jupyter-server-proxy automatically create one.",
146146
)
147147
parser.add_argument(
148148
"--env",

0 commit comments

Comments
 (0)