From 421a35c201dc1b4f07ca625c781e8f60611e7512 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 16 Mar 2017 12:33:24 +0000 Subject: [PATCH] Stray brace --- src/interactive-auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {