Fix typos

GitOrigin-RevId: 69477e3d95db2862f745f43d97a6f98430a1973c
This commit is contained in:
andrew rumble 2024-07-09 11:28:57 +01:00 committed by Copybot
parent 67cb9fc1b3
commit cbf8832908
2 changed files with 2 additions and 2 deletions

View file

@ -708,7 +708,7 @@ const promises = {
} catch (error) { } catch (error) {
logger.warn( logger.warn(
{ err: error, subscriptionId, daysUntilExpire }, { err: error, subscriptionId, daysUntilExpire },
'error exending trial' 'error extending trial'
) )
throw error throw error
} }

View file

@ -196,7 +196,7 @@ describe('RecurlyWrapper', function () {
}) })
}) })
describe('with ReculyJS token', function () { describe('with RecurlyJS token', function () {
beforeEach(async function () { beforeEach(async function () {
this.apiRequest = sinon this.apiRequest = sinon
.stub(this.RecurlyWrapper.promises, 'apiRequest') .stub(this.RecurlyWrapper.promises, 'apiRequest')