From dee55df94aad178f2d5651d001b0ccc96ad3d34c Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Tue, 25 Jul 2017 07:43:48 -0700 Subject: [PATCH] Edits per @minrk review --- docs/source/config-examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/config-examples.md b/docs/source/config-examples.md index 684f0d00..cf05c66b 100644 --- a/docs/source/config-examples.md +++ b/docs/source/config-examples.md @@ -16,7 +16,7 @@ deployment with the following assumptions: * Using GitHub OAuth (using oauthenticator) for login * Users exist locally on the server * Users' notebooks to be served from `~/assignments` to allow users to browse - for notebooks within other users home directories + for notebooks within other users' home directories * You want the landing page for each user to be a `Welcome.ipynb` notebook in their assignments directory. * All runtime files are put into `/srv/jupyterhub` and log files in `/var/log`. @@ -71,7 +71,7 @@ c.Spawner.notebook_dir = '~/assignments' c.Spawner.args = ['--NotebookApp.default_url=/notebooks/Welcome.ipynb'] ``` -In addition, using the GitHub Authenticator requires a few additional +Using the GitHub Authenticator requires a few additional environment variable to be set prior to launching JupyterHub: ```bash