From 097974d57dd897d824cce42885859e7f449006fb Mon Sep 17 00:00:00 2001 From: fyrzbavqr Date: Thu, 19 Nov 2020 04:14:54 -0800 Subject: [PATCH] Update services.md Fix small typo --- docs/source/reference/services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/reference/services.md b/docs/source/reference/services.md index 77d6cb25..d477163b 100644 --- a/docs/source/reference/services.md +++ b/docs/source/reference/services.md @@ -50,7 +50,7 @@ A Service may have the following properties: If a service is also to be managed by the Hub, it has a few extra options: -- `command: (str/Popen list`) - Command for JupyterHub to spawn the service. +- `command: (str/Popen list)` - Command for JupyterHub to spawn the service. - Only use this if the service should be a subprocess. - If command is not specified, the Service is assumed to be managed externally.