Fix couple typos

This commit is contained in:
Bruno P. Kinoshita
2020-02-24 20:48:42 +13:00
parent 06da90ac76
commit 3b05135f11
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.