Fix typo request -> requests

This commit is contained in:
Peter Parente
2017-04-04 22:36:05 -04:00
parent 1631a6eab0
commit 9030302ff7

View File

@@ -57,7 +57,7 @@ r.raise_for_status()
users = r.json()
```
Note that the token authorizes JupyterHub REST API request. The same token
Note that the token authorizes JupyterHub REST API requests. The same token
does **not** authorize access to the [Jupyter Notebook REST API][] provided
by notebook servers managed by JupyterHub.