spelling: using

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-12-26 17:50:37 -05:00
parent 68bc4ec040
commit b3e7cbc7b1
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ export default class Account {
} catch (err) {
log.error(err)
log.info('Get new access token using refresh token...')
// If failed to fetch account, get new access token usign refresh token.
// If failed to fetch account, get new access token using refresh token.
if (!account.refreshToken) {
throw new RefreshTokenDoesNotExist()
}