diff --git a/src/interactive-auth.js b/src/interactive-auth.js index 24e9f76d5..117e7047c 100644 --- a/src/interactive-auth.js +++ b/src/interactive-auth.js @@ -110,7 +110,7 @@ InteractiveAuth.prototype = { * begin the authentication process. * * @return {module:client.Promise} which resolves to the response on success, - * or rejects with the error on failure. Rejects with NoAuthFlowFoundError} if + * or rejects with the error on failure. Rejects with NoAuthFlowFoundError if * no suitable authentication flow can be found */ attemptAuth: function() {