Skip to content

Commit

Permalink
Typos in Logs and CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwindgassen committed Dec 3, 2024
1 parent 25b8388 commit 7c9e9f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupyter_server_proxy/standalone/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def run(
port = port or address_port_default[1]

if skip_authentication:
log.warn("Disabling Authentication with JuypterHub Server!")
log.warn("Disabling Authentication with JupyterHub Server!")

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

Expand Down Expand Up @@ -142,7 +142,7 @@ def main():
parser.add_argument(
"--socket-auto",
action="store_true",
help="Use Unix Socket for proxying, but let Jupyter Server Proxy automatically create one.",
help="Use Unix Socket for proxying, but let jupyter-server-proxy automatically create one.",
)
parser.add_argument(
"--env",
Expand Down

0 comments on commit 7c9e9f9

Please sign in to comment.