From 22bd1f5494ecd972f5391a146a5e6bf38cf8f4d4 Mon Sep 17 00:00:00 2001 From: Prateek Srivastava Date: Fri, 5 Jul 2019 11:28:56 -0700 Subject: [PATCH] fix typo Closes https://github.com/segmentio/analytics-node/issues/204 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 4ee49173..eeeb4612 100644 --- a/index.js +++ b/index.js @@ -155,7 +155,7 @@ class Analytics { * * @param {String} type * @param {Object} message - * @param {Functino} [callback] (optional) + * @param {Function} [callback] (optional) * @api private */