From 57ec952ff771e9d3a64c3034f43390bc39803c8a Mon Sep 17 00:00:00 2001 From: Matt90o Date: Wed, 4 Jan 2017 06:39:47 +0100 Subject: [PATCH] [docs] Fix spelling mistake (#466) Edited a minor spelling mistake. 'Comparesses' -> 'Compresses' --- lib/transports/polling.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/transports/polling.js b/lib/transports/polling.js index 667a1f23..5d15c076 100644 --- a/lib/transports/polling.js +++ b/lib/transports/polling.js @@ -325,7 +325,7 @@ Polling.prototype.doWrite = function (data, options, callback) { }; /** - * Comparesses data. + * Compresses data. * * @api private */