From ff39d25ff2fc0ec9cb578fcf35e33fe1e2f228a2 Mon Sep 17 00:00:00 2001 From: Josh Cunningham Date: Fri, 10 May 2019 14:50:40 -0700 Subject: [PATCH] Update src/utils.js --- src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index e0e934647..59ecb09b2 100644 --- a/src/utils.js +++ b/src/utils.js @@ -24,7 +24,7 @@ utils.jsonToBase64 = function(json) { }; /** - * Return an object with information about the current client, + * Return an object with information about the current client. * * @method generateClientInfo * @memberOf module:utils