From b375ae2f0679978ee3264c4f883aeae09a11d495 Mon Sep 17 00:00:00 2001 From: LuanRT Date: Fri, 31 Dec 2021 03:35:05 -0300 Subject: [PATCH] chore: fix typo --- lib/OAuth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OAuth.js b/lib/OAuth.js index 222b2eb1..22903063 100644 --- a/lib/OAuth.js +++ b/lib/OAuth.js @@ -28,7 +28,7 @@ class OAuth extends EventEmitter { } /** - * Asks the OAuth server for a auth code. + * Asks the OAuth server for an auth code. */ async #requestAuthCode() { const identity = await this.#getClientIdentity();