From c490936f4da17efcc65fea7356576994c87c2085 Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Mon, 26 Nov 2012 21:34:10 +0100 Subject: [PATCH] typo fixed (evert -> every) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d2a66f..3b2f71a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - Socket.IO protocol ================== @@ -249,7 +248,7 @@ the server might want to respond with a error packet. Sends a heartbeat. Heartbeats must be sent within the interval negotiated with the server. It's up to the client to decide the padding (for example, if the heartbeat timeout negotiated with the server is 20s, the client might want to -send a heartbeat evert 15s). +send a heartbeat every 15s). ### (`3`) Message