From dd20a1f360ad51719ce55a6271d2fc1a199c0b06 Mon Sep 17 00:00:00 2001 From: Mohammad Asif Siddiqui Date: Wed, 16 Aug 2017 23:11:36 +0800 Subject: [PATCH] Minor Typo Fix --- controllers/gce/examples/websocket/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/gce/examples/websocket/README.md b/controllers/gce/examples/websocket/README.md index b2fe8657f..4edad6cdd 100644 --- a/controllers/gce/examples/websocket/README.md +++ b/controllers/gce/examples/websocket/README.md @@ -55,7 +55,7 @@ Wait for the loadbalancer to be created and functioning. When you receive a succ Websocket example. Connect to /ws% ``` -The binary we deployed does not have any html/javascript to demonstrate thwe websocket, so we'll use websocket.org's client. +The binary we deployed does not have any html/javascript to demonstrate the websocket, so we'll use websocket.org's client. Visit http://www.websocket.org/echo.html. It's important to use `HTTP` instead of `HTTPS` since we assembled an `HTTP` load balancer. Browsers may prevent `HTTP` websocket connections as a security feature. Set the `Location` to