Skip to content

Commit 7d2f04f

Browse files
authored
Fix typo in allow_password_change help (#559)
1 parent 05913dd commit 7d2f04f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/other/full-config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ ServerApp.allow_password_change : Bool
135135

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

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

jupyter_server/serverapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ def _token_changed(self, change):
973973
allow_password_change = Bool(True, config=True,
974974
help="""Allow password to be changed at login for the Jupyter server.
975975
976-
While loggin in with a token, the Jupyter server UI will give the opportunity to
976+
While logging in with a token, the Jupyter server UI will give the opportunity to
977977
the user to enter a new password at the same time that will replace
978978
the token login mechanism.
979979

0 commit comments

Comments
 (0)