From e98634a277359b493d4635ac26263d05d0e79f7f Mon Sep 17 00:00:00 2001 From: Dimon4eg Date: Mon, 18 Mar 2019 01:08:28 +0200 Subject: [PATCH] Fix typo (#19) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f4b055e..606c6328 100644 --- a/README.md +++ b/README.md @@ -379,7 +379,7 @@ websocket.ping("ping data, optional (empty string is ok): limited to 125 bytes l ### Heartbeat. You can configure an optional heart beat / keep-alive, sent every 45 seconds -when there is not any traffic to make sure that load balancers do not kill an +when there is no any traffic to make sure that load balancers do not kill an idle connection. ```