From b151479229a2131dfd32b56f5df6e65addde55f5 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Fri, 23 Jul 2021 20:23:55 +0100 Subject: [PATCH] Fix typo in allow_password_change help --- docs/source/other/full-config.rst | 2 +- jupyter_server/serverapp.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/other/full-config.rst b/docs/source/other/full-config.rst index 18220cc03e..af92c3099f 100644 --- a/docs/source/other/full-config.rst +++ b/docs/source/other/full-config.rst @@ -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. diff --git a/jupyter_server/serverapp.py b/jupyter_server/serverapp.py index 1e1f6ed5c1..78832a3f7a 100755 --- a/jupyter_server/serverapp.py +++ b/jupyter_server/serverapp.py @@ -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.