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();