Merge pull request #2702 from rlukin/master

Fix mistypos
This commit is contained in:
Tim Head
2019-08-23 22:04:18 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -283,7 +283,7 @@ and tornado < 5.0.
coroutines, and CPU/memory/FD consumption.
- Add async `Spawner.get_options_form` alternative to `.options_form`, so it can be a coroutine.
- Add `JupyterHub.redirect_to_server` config to govern whether
users should be sent to their server on login or the JuptyerHub home page.
users should be sent to their server on login or the JupyterHub home page.
- html page templates can be more easily customized and extended.
- Allow registering external OAuth clients for using the Hub as an OAuth provider.
- Add basic prometheus metrics at `/hub/metrics` endpoint.

View File

@@ -1,6 +1,6 @@
# JupyterHub Dockerfile that loads your jupyterhub_config.py
#
# Adds ONBUILD step to jupyter/jupyterhub to load your juptyerhub_config.py into the image
# Adds ONBUILD step to jupyter/jupyterhub to load your jupyterhub_config.py into the image
#
# Derivative images must have jupyterhub_config.py next to the Dockerfile.

View File

@@ -2,7 +2,7 @@
If you base a Dockerfile on this image:
FROM juptyerhub/jupyterhub-onbuild:0.6
FROM jupyterhub/jupyterhub-onbuild:0.6
...
then your `jupyterhub_config.py` adjacent to your Dockerfile will be loaded into the image and used by JupyterHub.