mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix typos
GitOrigin-RevId: 69477e3d95db2862f745f43d97a6f98430a1973c
This commit is contained in:
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')
|
||||
|
|
Loading…
Reference in a new issue