From 1aab0a69bd651bc7f2369f2c25ee51b1e78866de Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Mon, 7 May 2018 20:31:20 -0700 Subject: [PATCH] fix typo --- docs/source/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 34febbfa..2c320e46 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -51,7 +51,7 @@ and tornado < 5.0. Sets ip, port, base_url all at once. - Add `JupyterHub.hub_bind_url` for setting the full host+port of the Hub. `hub_bind_url` supports unix domain sockets, e.g. - `unix+http://%2Fsrv%2Fjupytrehub.sock` + `unix+http://%2Fsrv%2Fjupyterhub.sock` - Deprecate `JupyterHub.hub_connect_port` config in favor of `JupyterHub.hub_connect_url`. `hub_connect_ip` is not deprecated and can still be used in the common case where only the ip address of the hub differs from the bind ip.