chore: fix typo

This commit is contained in:
LuanRT
2021-12-31 03:35:05 -03:00
parent 2ff4b2ea95
commit b375ae2f06

View File

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