From 383ae7621f95d9f77f83cd28f75617e538fd607d Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 14 Apr 2016 05:31:41 -0700 Subject: [PATCH] Fix a "websokket" typo Summary: Typo fix from D15703 that I overlooked. Test Plan: Careful inspection. Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D15708 --- src/docs/user/configuration/notifications.diviner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/user/configuration/notifications.diviner b/src/docs/user/configuration/notifications.diviner index e1f5cacaed..960b931b66 100644 --- a/src/docs/user/configuration/notifications.diviner +++ b/src/docs/user/configuration/notifications.diviner @@ -174,7 +174,7 @@ If you prefer not to do this, two other options are: - run the websocket through a websocket-capable loadbalancer and terminate SSL there; or - - run the websokket through `nginx` over the same socket as the rest of + - run the websocket through `nginx` over the same socket as the rest of your web traffic. See the next sections for more detail.