From 3b05135f11dc3926ff30adf78eae21e767b7a4f3 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Mon, 24 Feb 2020 20:48:42 +1300 Subject: [PATCH] Fix couple typos --- docs/source/contributing/tests.rst | 2 +- docs/source/getting-started/security-basics.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/contributing/tests.rst b/docs/source/contributing/tests.rst index 46360eb7..c607df92 100644 --- a/docs/source/contributing/tests.rst +++ b/docs/source/contributing/tests.rst @@ -64,5 +64,5 @@ Troubleshooting Test Failures All the tests are failing ------------------------- -Make sure you have completed all the steps in :ref:`contributing/setup` sucessfully, and +Make sure you have completed all the steps in :ref:`contributing/setup` successfully, and can launch ``jupyterhub`` from the terminal. diff --git a/docs/source/getting-started/security-basics.rst b/docs/source/getting-started/security-basics.rst index 5da0a668..87007311 100644 --- a/docs/source/getting-started/security-basics.rst +++ b/docs/source/getting-started/security-basics.rst @@ -239,7 +239,7 @@ jupyterhub-session-id This is a random string, meaningless in itself, and the only cookie shared by the Hub and single-user servers. -Its sole purpose is to to coordinate logout of the multiple OAuth cookies. +Its sole purpose is to coordinate logout of the multiple OAuth cookies. This cookie is set to ``/`` so all endpoints can receive it, or clear it, etc.