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