Fix typos

GitOrigin-RevId: 69477e3d95db2862f745f43d97a6f98430a1973c
This commit is contained in:
andrew rumble
2024-08-01 08:05:01 +00:00
committed by Copybot
parent 67cb9fc1b3
commit cbf8832908
2 changed files with 2 additions and 2 deletions
@@ -708,7 +708,7 @@ const promises = {
} catch (error) {
logger.warn(
{ err: error, subscriptionId, daysUntilExpire },
'error exending trial'
'error extending trial'
)
throw error
}
@@ -196,7 +196,7 @@ describe('RecurlyWrapper', function () {
})
})
describe('with ReculyJS token', function () {
describe('with RecurlyJS token', function () {
beforeEach(async function () {
this.apiRequest = sinon
.stub(this.RecurlyWrapper.promises, 'apiRequest')