Merge pull request #1896 from thoralf-gutierrez/fix-typos-in-config

Fix typos in auth config documentation
This commit is contained in:
Tim Head
2018-05-16 22:37:51 +02:00
committed by GitHub

View File

@@ -49,7 +49,7 @@ class Authenticator(LoggingConfigurable):
Encrypting auth_state requires the cryptography package.
Additionally, the JUPYTERHUB_CRYPTO_KEY envirionment variable must
Additionally, the JUPYTERHUB_CRYPT_KEY environment variable must
contain one (or more, separated by ;) 32B encryption keys.
These can be either base64 or hex-encoded.