Skip to content

Commit f4d5db2

Browse files
committed
spelling: verification
Signed-off-by: Josh Soref <[email protected]>
1 parent 1a9ca63 commit f4d5db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/core/strategies/email_link.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ describe('core/strategies/sendSignInLinkToEmail', () => {
270270
stub
271271
.withArgs('wrong-site-key', { action: 'signInWithEmailLink' })
272272
.rejects();
273-
// Second verifcation should succeed with site key refreshed
273+
// Second verification should succeed with site key refreshed
274274
stub
275275
.withArgs('site-key', { action: 'signInWithEmailLink' })
276276
.returns(Promise.resolve('recaptcha-response'));

0 commit comments

Comments
 (0)