From 9030302ff7b7211e7d5d35b268c28e7bd0bb4274 Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Tue, 4 Apr 2017 22:36:05 -0400 Subject: [PATCH] Fix typo request -> requests --- docs/source/rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/rest.md b/docs/source/rest.md index a91a7e05..68afdd5e 100644 --- a/docs/source/rest.md +++ b/docs/source/rest.md @@ -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.