Fixed typos and added punctuations

This commit is contained in:
Busayo-ojo
2022-10-12 14:33:58 +01:00
parent 5997614f45
commit 4380d1c15a
2 changed files with 4 additions and 5 deletions

View File

@@ -6,9 +6,8 @@ JupyterHub offers easy upgrade pathways between minor versions. This
document describes how to do these upgrades.
If you are using :ref:`a JupyterHub distribution <index/distributions>`, you
should consult the distribution's documentation on how to upgrade. This
document is if you have set up your own JupyterHub without using a
distribution.
should consult the distribution's documentation on how to upgrade. This documentation is
for those who have set up their JupyterHub without using a distribution.
It is long because is pretty detailed! Most likely, upgrading
JupyterHub is painless, quick and with minimal user interruption.

View File

@@ -31,7 +31,7 @@ Using an SSL certificate
This will require you to obtain an official, trusted SSL certificate or create a
self-signed certificate. Once you have obtained and installed a key and
certificate you need to specify their locations in the ``jupyterhub_config.py``
certificate, you need to specify their locations in the ``jupyterhub_config.py``
configuration file as follows:
.. code-block:: python
@@ -233,7 +233,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 coordinate logout of the multiple OAuth cookies.
Its sole purpose is to coordinate the logout of multiple OAuth cookies.
This cookie is set to ``/`` so all endpoints can receive it, or clear it, etc.