From 317682d7f602f205a8802d4b4659d7e5fae9ec00 Mon Sep 17 00:00:00 2001 From: Arthur Cinader <700572+acinader@users.noreply.github.com> Date: Tue, 2 Oct 2018 14:41:22 -0700 Subject: [PATCH] Typos --- spec/ValidationAndPasswordsReset.spec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/ValidationAndPasswordsReset.spec.js b/spec/ValidationAndPasswordsReset.spec.js index 20589d97..77a4ca63 100644 --- a/spec/ValidationAndPasswordsReset.spec.js +++ b/spec/ValidationAndPasswordsReset.spec.js @@ -498,7 +498,7 @@ describe('Custom Pages, Email Verification, Password Reset', () => { }); }); - it('succeeds sending a password reset username if appName, publicServerURL, and email adapter are prodvided', done => { + it('succeeds sending a password reset username if appName, publicServerURL, and email adapter are provided', done => { const adapter = MockEmailAdapterWithOptions({ fromAddress: 'parse@example.com', apiKey: 'k', @@ -647,7 +647,7 @@ describe('Custom Pages, Email Verification, Password Reset', () => { }); }); - it('redirects you to invalid link if you try to verify email incorrecly', done => { + it('redirects you to invalid link if you try to verify email incorrectly', done => { reconfigureServer({ appName: 'emailing app', verifyUserEmails: true, @@ -828,7 +828,7 @@ describe('Custom Pages, Email Verification, Password Reset', () => { }); }); - it('should programatically reset password', done => { + it('should programmatically reset password', done => { const user = new Parse.User(); const emailAdapter = { sendVerificationEmail: () => Promise.resolve(),