Skip to content

Commit

Permalink
Fix typo in allow_password_change help (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Jul 23, 2021
1 parent 05913dd commit 7d2f04f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 7d2f04f

Please sign in to comment.