Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/other/full-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ ServerApp.allow_password_change : Bool

Allow password to be changed at login for the Jupyter server.

While loggin in with a token, the Jupyter server UI will give the opportunity to
While logging in with a token, the Jupyter server UI will give the opportunity to
the user to enter a new password at the same time that will replace
the token login mechanism.

Expand Down
2 changes: 1 addition & 1 deletion jupyter_server/serverapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ def _token_changed(self, change):
allow_password_change = Bool(True, config=True,
help="""Allow password to be changed at login for the Jupyter server.

While loggin in with a token, the Jupyter server UI will give the opportunity to
While logging in with a token, the Jupyter server UI will give the opportunity to
the user to enter a new password at the same time that will replace
the token login mechanism.

Expand Down