Skip to content

Commit 317682d

Browse files
committed
Typos
1 parent 8dff708 commit 317682d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/ValidationAndPasswordsReset.spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ describe('Custom Pages, Email Verification, Password Reset', () => {
498498
});
499499
});
500500

501-
it('succeeds sending a password reset username if appName, publicServerURL, and email adapter are prodvided', done => {
501+
it('succeeds sending a password reset username if appName, publicServerURL, and email adapter are provided', done => {
502502
const adapter = MockEmailAdapterWithOptions({
503503
fromAddress: '[email protected]',
504504
apiKey: 'k',
@@ -647,7 +647,7 @@ describe('Custom Pages, Email Verification, Password Reset', () => {
647647
});
648648
});
649649

650-
it('redirects you to invalid link if you try to verify email incorrecly', done => {
650+
it('redirects you to invalid link if you try to verify email incorrectly', done => {
651651
reconfigureServer({
652652
appName: 'emailing app',
653653
verifyUserEmails: true,
@@ -828,7 +828,7 @@ describe('Custom Pages, Email Verification, Password Reset', () => {
828828
});
829829
});
830830

831-
it('should programatically reset password', done => {
831+
it('should programmatically reset password', done => {
832832
const user = new Parse.User();
833833
const emailAdapter = {
834834
sendVerificationEmail: () => Promise.resolve(),

0 commit comments

Comments
 (0)