modified setup.rst

When I needed to set up Linux on my windows, i found out the easier to do so was through Windows Subsystem for Linux. Hence, I needed to add the guide to the development setup
This commit is contained in:
Arafat Abdussalam
2022-11-14 10:45:14 +01:00
committed by GitHub
parent 730fe5a446
commit d2c6ae925f

View File

@@ -130,7 +130,7 @@ Happy developing!
Using DummyAuthenticator & SimpleLocalProcessSpawner
====================================================
To simplify testing of JupyterHub, its helpful to use
To simplify testing of JupyterHub, it is helpful to use
:class:`~jupyterhub.auth.DummyAuthenticator` instead of the default JupyterHub
authenticator and SimpleLocalProcessSpawner instead of the default spawner.