From 27da4ca20f3bb0a509a63d32c701288d67ac64d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?RUBEN=20PE=C3=91A=20PARADA?= <46791460+rubenpenap@users.noreply.github.com> Date: Wed, 14 May 2025 18:40:54 -0400 Subject: [PATCH 1/3] fix: update all seed files to correct a typo --- exercises/01.cookies/01.problem.fetcher/prisma/seed.ts | 2 +- exercises/01.cookies/01.solution.fetcher/prisma/seed.ts | 2 +- exercises/01.cookies/02.problem.theme/prisma/seed.ts | 2 +- exercises/01.cookies/02.solution.theme/prisma/seed.ts | 2 +- exercises/01.cookies/03.problem.optimistic-theme/prisma/seed.ts | 2 +- .../01.cookies/03.solution.optimistic-theme/prisma/seed.ts | 2 +- exercises/02.session-storage/01.problem.session/prisma/seed.ts | 2 +- exercises/02.session-storage/01.solution.session/prisma/seed.ts | 2 +- exercises/02.session-storage/02.problem.set/prisma/seed.ts | 2 +- exercises/02.session-storage/02.solution.set/prisma/seed.ts | 2 +- exercises/02.session-storage/03.problem.unset/prisma/seed.ts | 2 +- exercises/02.session-storage/03.solution.unset/prisma/seed.ts | 2 +- exercises/02.session-storage/04.problem.flash/prisma/seed.ts | 2 +- exercises/02.session-storage/04.solution.flash/prisma/seed.ts | 2 +- exercises/03.user-sessions/01.problem.session/prisma/seed.ts | 2 +- exercises/03.user-sessions/01.solution.session/prisma/seed.ts | 2 +- exercises/03.user-sessions/02.problem.login/prisma/seed.ts | 2 +- exercises/03.user-sessions/02.solution.login/prisma/seed.ts | 2 +- exercises/03.user-sessions/03.problem.root/prisma/seed.ts | 2 +- exercises/03.user-sessions/03.solution.root/prisma/seed.ts | 2 +- exercises/04.password/01.problem.schema/prisma/seed.ts | 2 +- exercises/04.password/01.solution.schema/prisma/seed.ts | 2 +- exercises/04.password/02.problem.seed/prisma/seed.ts | 2 +- exercises/04.password/02.solution.seed/prisma/seed.ts | 2 +- exercises/04.password/03.problem.signup/prisma/seed.ts | 2 +- exercises/04.password/03.solution.signup/prisma/seed.ts | 2 +- exercises/05.login/01.problem.login/prisma/seed.ts | 2 +- exercises/05.login/01.solution.login/prisma/seed.ts | 2 +- exercises/05.login/02.problem.ui-utils/prisma/seed.ts | 2 +- exercises/05.login/02.solution.ui-utils/prisma/seed.ts | 2 +- exercises/06.logout/01.problem.logout/prisma/seed.ts | 2 +- exercises/06.logout/01.solution.logout/prisma/seed.ts | 2 +- exercises/06.logout/02.problem.expiration/prisma/seed.ts | 2 +- exercises/06.logout/02.solution.expiration/prisma/seed.ts | 2 +- exercises/06.logout/03.problem.deleted/prisma/seed.ts | 2 +- exercises/06.logout/03.solution.deleted/prisma/seed.ts | 2 +- exercises/06.logout/04.problem.auto-logout/prisma/seed.ts | 2 +- exercises/06.logout/04.solution.auto-logout/prisma/seed.ts | 2 +- .../07.protecting-routes/01.problem.anonymous/prisma/seed.ts | 2 +- .../07.protecting-routes/01.solution.anonymous/prisma/seed.ts | 2 +- .../02.problem.authenticated/prisma/seed.ts | 2 +- .../02.solution.authenticated/prisma/seed.ts | 2 +- .../07.protecting-routes/03.problem.authorized/prisma/seed.ts | 2 +- .../07.protecting-routes/03.solution.authorized/prisma/seed.ts | 2 +- .../07.protecting-routes/04.problem.redirect/prisma/seed.ts | 2 +- .../07.protecting-routes/04.solution.redirect/prisma/seed.ts | 2 +- exercises/08.permissions/01.problem.schema/prisma/seed.ts | 2 +- exercises/08.permissions/01.solution.schema/prisma/seed.ts | 2 +- exercises/08.permissions/02.problem.seed/prisma/seed.ts | 2 +- exercises/08.permissions/02.solution.seed/prisma/seed.ts | 2 +- exercises/08.permissions/03.problem.delete-note/prisma/seed.ts | 2 +- exercises/08.permissions/03.solution.delete-note/prisma/seed.ts | 2 +- exercises/08.permissions/04.problem.utils/prisma/seed.ts | 2 +- exercises/08.permissions/04.solution.utils/prisma/seed.ts | 2 +- exercises/09.managed-sessions/01.problem.schema/prisma/seed.ts | 2 +- exercises/09.managed-sessions/01.solution.schema/prisma/seed.ts | 2 +- .../09.managed-sessions/02.problem.auth-utils/prisma/seed.ts | 2 +- .../09.managed-sessions/02.solution.auth-utils/prisma/seed.ts | 2 +- .../03.problem.session-cookie/prisma/seed.ts | 2 +- .../03.solution.session-cookie/prisma/seed.ts | 2 +- .../04.problem.delete-sessions/prisma/seed.ts | 2 +- .../04.solution.delete-sessions/prisma/seed.ts | 2 +- exercises/10.email/01.problem.resend/prisma/seed.ts | 2 +- exercises/10.email/01.solution.resend/prisma/seed.ts | 2 +- exercises/10.email/02.problem.mocks/prisma/seed.ts | 2 +- exercises/10.email/02.solution.mocks/prisma/seed.ts | 2 +- exercises/10.email/03.problem.send/prisma/seed.ts | 2 +- exercises/10.email/03.solution.send/prisma/seed.ts | 2 +- exercises/10.email/04.problem.session/prisma/seed.ts | 2 +- exercises/10.email/04.solution.session/prisma/seed.ts | 2 +- exercises/11.verification/01.problem.schema/prisma/seed.ts | 2 +- exercises/11.verification/01.solution.schema/prisma/seed.ts | 2 +- exercises/11.verification/02.problem.totp/prisma/seed.ts | 2 +- exercises/11.verification/02.solution.totp/prisma/seed.ts | 2 +- exercises/11.verification/03.problem.verify-code/prisma/seed.ts | 2 +- .../11.verification/03.solution.verify-code/prisma/seed.ts | 2 +- .../01.problem.handle-verification/prisma/seed.ts | 2 +- .../01.solution.handle-verification/prisma/seed.ts | 2 +- .../12.reset-password/02.problem.reset-password/prisma/seed.ts | 2 +- .../12.reset-password/02.solution.reset-password/prisma/seed.ts | 2 +- exercises/13.change-email/01.problem.totp/prisma/seed.ts | 2 +- exercises/13.change-email/01.solution.totp/prisma/seed.ts | 2 +- .../02.problem.handle-verification/prisma/seed.ts | 2 +- .../02.solution.handle-verification/prisma/seed.ts | 2 +- exercises/14.enable-2fa/01.problem.create/prisma/seed.ts | 2 +- exercises/14.enable-2fa/01.solution.create/prisma/seed.ts | 2 +- exercises/14.enable-2fa/02.problem.qr-code/prisma/seed.ts | 2 +- exercises/14.enable-2fa/02.solution.qr-code/prisma/seed.ts | 2 +- exercises/14.enable-2fa/03.problem.verify/prisma/seed.ts | 2 +- exercises/14.enable-2fa/03.solution.verify/prisma/seed.ts | 2 +- exercises/15.verify-2fa/01.problem.unverified/prisma/seed.ts | 2 +- exercises/15.verify-2fa/01.solution.unverified/prisma/seed.ts | 2 +- exercises/15.verify-2fa/02.problem.verify/prisma/seed.ts | 2 +- exercises/15.verify-2fa/02.solution.verify/prisma/seed.ts | 2 +- exercises/16.2fa-check/01.problem.delete/prisma/seed.ts | 2 +- exercises/16.2fa-check/01.solution.delete/prisma/seed.ts | 2 +- .../16.2fa-check/02.problem.should-reverify/prisma/seed.ts | 2 +- .../16.2fa-check/02.solution.should-reverify/prisma/seed.ts | 2 +- .../16.2fa-check/03.problem.require-reverify/prisma/seed.ts | 2 +- .../16.2fa-check/03.solution.require-reverify/prisma/seed.ts | 2 +- exercises/16.2fa-check/04.problem.expiration/prisma/seed.ts | 2 +- exercises/16.2fa-check/04.solution.expiration/prisma/seed.ts | 2 +- exercises/17.oauth/01.problem.remix-auth/prisma/seed.ts | 2 +- exercises/17.oauth/01.solution.remix-auth/prisma/seed.ts | 2 +- exercises/17.oauth/02.problem.flow/prisma/seed.ts | 2 +- exercises/17.oauth/02.solution.flow/prisma/seed.ts | 2 +- exercises/17.oauth/03.problem.mock/prisma/seed.ts | 2 +- exercises/17.oauth/03.solution.mock/prisma/seed.ts | 2 +- exercises/17.oauth/04.problem.schema/prisma/seed.ts | 2 +- exercises/17.oauth/04.solution.schema/prisma/seed.ts | 2 +- .../18.provider-errors/01.problem.auth-error/prisma/seed.ts | 2 +- .../18.provider-errors/01.solution.auth-error/prisma/seed.ts | 2 +- .../02.problem.connection-error/prisma/seed.ts | 2 +- .../02.solution.connection-error/prisma/seed.ts | 2 +- exercises/19.third-party-login/01.problem.login/prisma/seed.ts | 2 +- exercises/19.third-party-login/01.solution.login/prisma/seed.ts | 2 +- .../19.third-party-login/02.problem.onboarding/prisma/seed.ts | 2 +- .../19.third-party-login/02.solution.onboarding/prisma/seed.ts | 2 +- exercises/20.connection/01.problem.existing-user/prisma/seed.ts | 2 +- .../20.connection/01.solution.existing-user/prisma/seed.ts | 2 +- exercises/20.connection/02.problem.connect/prisma/seed.ts | 2 +- exercises/20.connection/02.solution.connect/prisma/seed.ts | 2 +- exercises/21.redirect-cookie/01.problem.pass/prisma/seed.ts | 2 +- exercises/21.redirect-cookie/01.solution.pass/prisma/seed.ts | 2 +- exercises/21.redirect-cookie/02.problem.cookie/prisma/seed.ts | 2 +- exercises/21.redirect-cookie/02.solution.cookie/prisma/seed.ts | 2 +- exercises/21.redirect-cookie/03.problem.redirect/prisma/seed.ts | 2 +- .../21.redirect-cookie/03.solution.redirect/prisma/seed.ts | 2 +- 128 files changed, 128 insertions(+), 128 deletions(-) diff --git a/exercises/01.cookies/01.problem.fetcher/prisma/seed.ts b/exercises/01.cookies/01.problem.fetcher/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/01.cookies/01.problem.fetcher/prisma/seed.ts +++ b/exercises/01.cookies/01.problem.fetcher/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/01.cookies/01.solution.fetcher/prisma/seed.ts b/exercises/01.cookies/01.solution.fetcher/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/01.cookies/01.solution.fetcher/prisma/seed.ts +++ b/exercises/01.cookies/01.solution.fetcher/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/01.cookies/02.problem.theme/prisma/seed.ts b/exercises/01.cookies/02.problem.theme/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/01.cookies/02.problem.theme/prisma/seed.ts +++ b/exercises/01.cookies/02.problem.theme/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/01.cookies/02.solution.theme/prisma/seed.ts b/exercises/01.cookies/02.solution.theme/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/01.cookies/02.solution.theme/prisma/seed.ts +++ b/exercises/01.cookies/02.solution.theme/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/01.cookies/03.problem.optimistic-theme/prisma/seed.ts b/exercises/01.cookies/03.problem.optimistic-theme/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/01.cookies/03.problem.optimistic-theme/prisma/seed.ts +++ b/exercises/01.cookies/03.problem.optimistic-theme/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/01.cookies/03.solution.optimistic-theme/prisma/seed.ts b/exercises/01.cookies/03.solution.optimistic-theme/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/01.cookies/03.solution.optimistic-theme/prisma/seed.ts +++ b/exercises/01.cookies/03.solution.optimistic-theme/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/02.session-storage/01.problem.session/prisma/seed.ts b/exercises/02.session-storage/01.problem.session/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/02.session-storage/01.problem.session/prisma/seed.ts +++ b/exercises/02.session-storage/01.problem.session/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/02.session-storage/01.solution.session/prisma/seed.ts b/exercises/02.session-storage/01.solution.session/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/02.session-storage/01.solution.session/prisma/seed.ts +++ b/exercises/02.session-storage/01.solution.session/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/02.session-storage/02.problem.set/prisma/seed.ts b/exercises/02.session-storage/02.problem.set/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/02.session-storage/02.problem.set/prisma/seed.ts +++ b/exercises/02.session-storage/02.problem.set/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/02.session-storage/02.solution.set/prisma/seed.ts b/exercises/02.session-storage/02.solution.set/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/02.session-storage/02.solution.set/prisma/seed.ts +++ b/exercises/02.session-storage/02.solution.set/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/02.session-storage/03.problem.unset/prisma/seed.ts b/exercises/02.session-storage/03.problem.unset/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/02.session-storage/03.problem.unset/prisma/seed.ts +++ b/exercises/02.session-storage/03.problem.unset/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/02.session-storage/03.solution.unset/prisma/seed.ts b/exercises/02.session-storage/03.solution.unset/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/02.session-storage/03.solution.unset/prisma/seed.ts +++ b/exercises/02.session-storage/03.solution.unset/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/02.session-storage/04.problem.flash/prisma/seed.ts b/exercises/02.session-storage/04.problem.flash/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/02.session-storage/04.problem.flash/prisma/seed.ts +++ b/exercises/02.session-storage/04.problem.flash/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/02.session-storage/04.solution.flash/prisma/seed.ts b/exercises/02.session-storage/04.solution.flash/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/02.session-storage/04.solution.flash/prisma/seed.ts +++ b/exercises/02.session-storage/04.solution.flash/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/03.user-sessions/01.problem.session/prisma/seed.ts b/exercises/03.user-sessions/01.problem.session/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/03.user-sessions/01.problem.session/prisma/seed.ts +++ b/exercises/03.user-sessions/01.problem.session/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/03.user-sessions/01.solution.session/prisma/seed.ts b/exercises/03.user-sessions/01.solution.session/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/03.user-sessions/01.solution.session/prisma/seed.ts +++ b/exercises/03.user-sessions/01.solution.session/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/03.user-sessions/02.problem.login/prisma/seed.ts b/exercises/03.user-sessions/02.problem.login/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/03.user-sessions/02.problem.login/prisma/seed.ts +++ b/exercises/03.user-sessions/02.problem.login/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/03.user-sessions/02.solution.login/prisma/seed.ts b/exercises/03.user-sessions/02.solution.login/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/03.user-sessions/02.solution.login/prisma/seed.ts +++ b/exercises/03.user-sessions/02.solution.login/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/03.user-sessions/03.problem.root/prisma/seed.ts b/exercises/03.user-sessions/03.problem.root/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/03.user-sessions/03.problem.root/prisma/seed.ts +++ b/exercises/03.user-sessions/03.problem.root/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/03.user-sessions/03.solution.root/prisma/seed.ts b/exercises/03.user-sessions/03.solution.root/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/03.user-sessions/03.solution.root/prisma/seed.ts +++ b/exercises/03.user-sessions/03.solution.root/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/04.password/01.problem.schema/prisma/seed.ts b/exercises/04.password/01.problem.schema/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/04.password/01.problem.schema/prisma/seed.ts +++ b/exercises/04.password/01.problem.schema/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/04.password/01.solution.schema/prisma/seed.ts b/exercises/04.password/01.solution.schema/prisma/seed.ts index fa75cdd30..66acd259b 100644 --- a/exercises/04.password/01.solution.schema/prisma/seed.ts +++ b/exercises/04.password/01.solution.schema/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/04.password/02.problem.seed/prisma/seed.ts b/exercises/04.password/02.problem.seed/prisma/seed.ts index 18028e5b7..b44348129 100644 --- a/exercises/04.password/02.problem.seed/prisma/seed.ts +++ b/exercises/04.password/02.problem.seed/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/04.password/02.solution.seed/prisma/seed.ts b/exercises/04.password/02.solution.seed/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/04.password/02.solution.seed/prisma/seed.ts +++ b/exercises/04.password/02.solution.seed/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/04.password/03.problem.signup/prisma/seed.ts b/exercises/04.password/03.problem.signup/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/04.password/03.problem.signup/prisma/seed.ts +++ b/exercises/04.password/03.problem.signup/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/04.password/03.solution.signup/prisma/seed.ts b/exercises/04.password/03.solution.signup/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/04.password/03.solution.signup/prisma/seed.ts +++ b/exercises/04.password/03.solution.signup/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/05.login/01.problem.login/prisma/seed.ts b/exercises/05.login/01.problem.login/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/05.login/01.problem.login/prisma/seed.ts +++ b/exercises/05.login/01.problem.login/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/05.login/01.solution.login/prisma/seed.ts b/exercises/05.login/01.solution.login/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/05.login/01.solution.login/prisma/seed.ts +++ b/exercises/05.login/01.solution.login/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/05.login/02.problem.ui-utils/prisma/seed.ts b/exercises/05.login/02.problem.ui-utils/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/05.login/02.problem.ui-utils/prisma/seed.ts +++ b/exercises/05.login/02.problem.ui-utils/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/05.login/02.solution.ui-utils/prisma/seed.ts b/exercises/05.login/02.solution.ui-utils/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/05.login/02.solution.ui-utils/prisma/seed.ts +++ b/exercises/05.login/02.solution.ui-utils/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/06.logout/01.problem.logout/prisma/seed.ts b/exercises/06.logout/01.problem.logout/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/06.logout/01.problem.logout/prisma/seed.ts +++ b/exercises/06.logout/01.problem.logout/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/06.logout/01.solution.logout/prisma/seed.ts b/exercises/06.logout/01.solution.logout/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/06.logout/01.solution.logout/prisma/seed.ts +++ b/exercises/06.logout/01.solution.logout/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/06.logout/02.problem.expiration/prisma/seed.ts b/exercises/06.logout/02.problem.expiration/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/06.logout/02.problem.expiration/prisma/seed.ts +++ b/exercises/06.logout/02.problem.expiration/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/06.logout/02.solution.expiration/prisma/seed.ts b/exercises/06.logout/02.solution.expiration/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/06.logout/02.solution.expiration/prisma/seed.ts +++ b/exercises/06.logout/02.solution.expiration/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/06.logout/03.problem.deleted/prisma/seed.ts b/exercises/06.logout/03.problem.deleted/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/06.logout/03.problem.deleted/prisma/seed.ts +++ b/exercises/06.logout/03.problem.deleted/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/06.logout/03.solution.deleted/prisma/seed.ts b/exercises/06.logout/03.solution.deleted/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/06.logout/03.solution.deleted/prisma/seed.ts +++ b/exercises/06.logout/03.solution.deleted/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/06.logout/04.problem.auto-logout/prisma/seed.ts b/exercises/06.logout/04.problem.auto-logout/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/06.logout/04.problem.auto-logout/prisma/seed.ts +++ b/exercises/06.logout/04.problem.auto-logout/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/06.logout/04.solution.auto-logout/prisma/seed.ts b/exercises/06.logout/04.solution.auto-logout/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/06.logout/04.solution.auto-logout/prisma/seed.ts +++ b/exercises/06.logout/04.solution.auto-logout/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/07.protecting-routes/01.problem.anonymous/prisma/seed.ts b/exercises/07.protecting-routes/01.problem.anonymous/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/07.protecting-routes/01.problem.anonymous/prisma/seed.ts +++ b/exercises/07.protecting-routes/01.problem.anonymous/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/07.protecting-routes/01.solution.anonymous/prisma/seed.ts b/exercises/07.protecting-routes/01.solution.anonymous/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/07.protecting-routes/01.solution.anonymous/prisma/seed.ts +++ b/exercises/07.protecting-routes/01.solution.anonymous/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/07.protecting-routes/02.problem.authenticated/prisma/seed.ts b/exercises/07.protecting-routes/02.problem.authenticated/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/07.protecting-routes/02.problem.authenticated/prisma/seed.ts +++ b/exercises/07.protecting-routes/02.problem.authenticated/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/07.protecting-routes/02.solution.authenticated/prisma/seed.ts b/exercises/07.protecting-routes/02.solution.authenticated/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/07.protecting-routes/02.solution.authenticated/prisma/seed.ts +++ b/exercises/07.protecting-routes/02.solution.authenticated/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/07.protecting-routes/03.problem.authorized/prisma/seed.ts b/exercises/07.protecting-routes/03.problem.authorized/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/07.protecting-routes/03.problem.authorized/prisma/seed.ts +++ b/exercises/07.protecting-routes/03.problem.authorized/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/07.protecting-routes/03.solution.authorized/prisma/seed.ts b/exercises/07.protecting-routes/03.solution.authorized/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/07.protecting-routes/03.solution.authorized/prisma/seed.ts +++ b/exercises/07.protecting-routes/03.solution.authorized/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/07.protecting-routes/04.problem.redirect/prisma/seed.ts b/exercises/07.protecting-routes/04.problem.redirect/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/07.protecting-routes/04.problem.redirect/prisma/seed.ts +++ b/exercises/07.protecting-routes/04.problem.redirect/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/07.protecting-routes/04.solution.redirect/prisma/seed.ts b/exercises/07.protecting-routes/04.solution.redirect/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/07.protecting-routes/04.solution.redirect/prisma/seed.ts +++ b/exercises/07.protecting-routes/04.solution.redirect/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/08.permissions/01.problem.schema/prisma/seed.ts b/exercises/08.permissions/01.problem.schema/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/08.permissions/01.problem.schema/prisma/seed.ts +++ b/exercises/08.permissions/01.problem.schema/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/08.permissions/01.solution.schema/prisma/seed.ts b/exercises/08.permissions/01.solution.schema/prisma/seed.ts index c0300c137..ae6e313bc 100644 --- a/exercises/08.permissions/01.solution.schema/prisma/seed.ts +++ b/exercises/08.permissions/01.solution.schema/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/08.permissions/02.problem.seed/prisma/seed.ts b/exercises/08.permissions/02.problem.seed/prisma/seed.ts index 42fccd992..f1959de03 100644 --- a/exercises/08.permissions/02.problem.seed/prisma/seed.ts +++ b/exercises/08.permissions/02.problem.seed/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/08.permissions/02.solution.seed/prisma/seed.ts b/exercises/08.permissions/02.solution.seed/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/08.permissions/02.solution.seed/prisma/seed.ts +++ b/exercises/08.permissions/02.solution.seed/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/08.permissions/03.problem.delete-note/prisma/seed.ts b/exercises/08.permissions/03.problem.delete-note/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/08.permissions/03.problem.delete-note/prisma/seed.ts +++ b/exercises/08.permissions/03.problem.delete-note/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/08.permissions/03.solution.delete-note/prisma/seed.ts b/exercises/08.permissions/03.solution.delete-note/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/08.permissions/03.solution.delete-note/prisma/seed.ts +++ b/exercises/08.permissions/03.solution.delete-note/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/08.permissions/04.problem.utils/prisma/seed.ts b/exercises/08.permissions/04.problem.utils/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/08.permissions/04.problem.utils/prisma/seed.ts +++ b/exercises/08.permissions/04.problem.utils/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/08.permissions/04.solution.utils/prisma/seed.ts b/exercises/08.permissions/04.solution.utils/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/08.permissions/04.solution.utils/prisma/seed.ts +++ b/exercises/08.permissions/04.solution.utils/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/09.managed-sessions/01.problem.schema/prisma/seed.ts b/exercises/09.managed-sessions/01.problem.schema/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/09.managed-sessions/01.problem.schema/prisma/seed.ts +++ b/exercises/09.managed-sessions/01.problem.schema/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/09.managed-sessions/01.solution.schema/prisma/seed.ts b/exercises/09.managed-sessions/01.solution.schema/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/09.managed-sessions/01.solution.schema/prisma/seed.ts +++ b/exercises/09.managed-sessions/01.solution.schema/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/09.managed-sessions/02.problem.auth-utils/prisma/seed.ts b/exercises/09.managed-sessions/02.problem.auth-utils/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/09.managed-sessions/02.problem.auth-utils/prisma/seed.ts +++ b/exercises/09.managed-sessions/02.problem.auth-utils/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/09.managed-sessions/02.solution.auth-utils/prisma/seed.ts b/exercises/09.managed-sessions/02.solution.auth-utils/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/09.managed-sessions/02.solution.auth-utils/prisma/seed.ts +++ b/exercises/09.managed-sessions/02.solution.auth-utils/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/09.managed-sessions/03.problem.session-cookie/prisma/seed.ts b/exercises/09.managed-sessions/03.problem.session-cookie/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/09.managed-sessions/03.problem.session-cookie/prisma/seed.ts +++ b/exercises/09.managed-sessions/03.problem.session-cookie/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/09.managed-sessions/03.solution.session-cookie/prisma/seed.ts b/exercises/09.managed-sessions/03.solution.session-cookie/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/09.managed-sessions/03.solution.session-cookie/prisma/seed.ts +++ b/exercises/09.managed-sessions/03.solution.session-cookie/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/09.managed-sessions/04.problem.delete-sessions/prisma/seed.ts b/exercises/09.managed-sessions/04.problem.delete-sessions/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/09.managed-sessions/04.problem.delete-sessions/prisma/seed.ts +++ b/exercises/09.managed-sessions/04.problem.delete-sessions/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/09.managed-sessions/04.solution.delete-sessions/prisma/seed.ts b/exercises/09.managed-sessions/04.solution.delete-sessions/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/09.managed-sessions/04.solution.delete-sessions/prisma/seed.ts +++ b/exercises/09.managed-sessions/04.solution.delete-sessions/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/10.email/01.problem.resend/prisma/seed.ts b/exercises/10.email/01.problem.resend/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/10.email/01.problem.resend/prisma/seed.ts +++ b/exercises/10.email/01.problem.resend/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/10.email/01.solution.resend/prisma/seed.ts b/exercises/10.email/01.solution.resend/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/10.email/01.solution.resend/prisma/seed.ts +++ b/exercises/10.email/01.solution.resend/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/10.email/02.problem.mocks/prisma/seed.ts b/exercises/10.email/02.problem.mocks/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/10.email/02.problem.mocks/prisma/seed.ts +++ b/exercises/10.email/02.problem.mocks/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/10.email/02.solution.mocks/prisma/seed.ts b/exercises/10.email/02.solution.mocks/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/10.email/02.solution.mocks/prisma/seed.ts +++ b/exercises/10.email/02.solution.mocks/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/10.email/03.problem.send/prisma/seed.ts b/exercises/10.email/03.problem.send/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/10.email/03.problem.send/prisma/seed.ts +++ b/exercises/10.email/03.problem.send/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/10.email/03.solution.send/prisma/seed.ts b/exercises/10.email/03.solution.send/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/10.email/03.solution.send/prisma/seed.ts +++ b/exercises/10.email/03.solution.send/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/10.email/04.problem.session/prisma/seed.ts b/exercises/10.email/04.problem.session/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/10.email/04.problem.session/prisma/seed.ts +++ b/exercises/10.email/04.problem.session/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/10.email/04.solution.session/prisma/seed.ts b/exercises/10.email/04.solution.session/prisma/seed.ts index 738dd02aa..4964e4359 100644 --- a/exercises/10.email/04.solution.session/prisma/seed.ts +++ b/exercises/10.email/04.solution.session/prisma/seed.ts @@ -57,7 +57,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/11.verification/01.problem.schema/prisma/seed.ts b/exercises/11.verification/01.problem.schema/prisma/seed.ts index ec81957ad..eede1464c 100644 --- a/exercises/11.verification/01.problem.schema/prisma/seed.ts +++ b/exercises/11.verification/01.problem.schema/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/11.verification/01.solution.schema/prisma/seed.ts b/exercises/11.verification/01.solution.schema/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/11.verification/01.solution.schema/prisma/seed.ts +++ b/exercises/11.verification/01.solution.schema/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/11.verification/02.problem.totp/prisma/seed.ts b/exercises/11.verification/02.problem.totp/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/11.verification/02.problem.totp/prisma/seed.ts +++ b/exercises/11.verification/02.problem.totp/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/11.verification/02.solution.totp/prisma/seed.ts b/exercises/11.verification/02.solution.totp/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/11.verification/02.solution.totp/prisma/seed.ts +++ b/exercises/11.verification/02.solution.totp/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/11.verification/03.problem.verify-code/prisma/seed.ts b/exercises/11.verification/03.problem.verify-code/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/11.verification/03.problem.verify-code/prisma/seed.ts +++ b/exercises/11.verification/03.problem.verify-code/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/11.verification/03.solution.verify-code/prisma/seed.ts b/exercises/11.verification/03.solution.verify-code/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/11.verification/03.solution.verify-code/prisma/seed.ts +++ b/exercises/11.verification/03.solution.verify-code/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/12.reset-password/01.problem.handle-verification/prisma/seed.ts b/exercises/12.reset-password/01.problem.handle-verification/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/12.reset-password/01.problem.handle-verification/prisma/seed.ts +++ b/exercises/12.reset-password/01.problem.handle-verification/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/12.reset-password/01.solution.handle-verification/prisma/seed.ts b/exercises/12.reset-password/01.solution.handle-verification/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/12.reset-password/01.solution.handle-verification/prisma/seed.ts +++ b/exercises/12.reset-password/01.solution.handle-verification/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/12.reset-password/02.problem.reset-password/prisma/seed.ts b/exercises/12.reset-password/02.problem.reset-password/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/12.reset-password/02.problem.reset-password/prisma/seed.ts +++ b/exercises/12.reset-password/02.problem.reset-password/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/12.reset-password/02.solution.reset-password/prisma/seed.ts b/exercises/12.reset-password/02.solution.reset-password/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/12.reset-password/02.solution.reset-password/prisma/seed.ts +++ b/exercises/12.reset-password/02.solution.reset-password/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/13.change-email/01.problem.totp/prisma/seed.ts b/exercises/13.change-email/01.problem.totp/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/13.change-email/01.problem.totp/prisma/seed.ts +++ b/exercises/13.change-email/01.problem.totp/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/13.change-email/01.solution.totp/prisma/seed.ts b/exercises/13.change-email/01.solution.totp/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/13.change-email/01.solution.totp/prisma/seed.ts +++ b/exercises/13.change-email/01.solution.totp/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/13.change-email/02.problem.handle-verification/prisma/seed.ts b/exercises/13.change-email/02.problem.handle-verification/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/13.change-email/02.problem.handle-verification/prisma/seed.ts +++ b/exercises/13.change-email/02.problem.handle-verification/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/13.change-email/02.solution.handle-verification/prisma/seed.ts b/exercises/13.change-email/02.solution.handle-verification/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/13.change-email/02.solution.handle-verification/prisma/seed.ts +++ b/exercises/13.change-email/02.solution.handle-verification/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/14.enable-2fa/01.problem.create/prisma/seed.ts b/exercises/14.enable-2fa/01.problem.create/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/14.enable-2fa/01.problem.create/prisma/seed.ts +++ b/exercises/14.enable-2fa/01.problem.create/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/14.enable-2fa/01.solution.create/prisma/seed.ts b/exercises/14.enable-2fa/01.solution.create/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/14.enable-2fa/01.solution.create/prisma/seed.ts +++ b/exercises/14.enable-2fa/01.solution.create/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/14.enable-2fa/02.problem.qr-code/prisma/seed.ts b/exercises/14.enable-2fa/02.problem.qr-code/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/14.enable-2fa/02.problem.qr-code/prisma/seed.ts +++ b/exercises/14.enable-2fa/02.problem.qr-code/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/14.enable-2fa/02.solution.qr-code/prisma/seed.ts b/exercises/14.enable-2fa/02.solution.qr-code/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/14.enable-2fa/02.solution.qr-code/prisma/seed.ts +++ b/exercises/14.enable-2fa/02.solution.qr-code/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/14.enable-2fa/03.problem.verify/prisma/seed.ts b/exercises/14.enable-2fa/03.problem.verify/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/14.enable-2fa/03.problem.verify/prisma/seed.ts +++ b/exercises/14.enable-2fa/03.problem.verify/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/14.enable-2fa/03.solution.verify/prisma/seed.ts b/exercises/14.enable-2fa/03.solution.verify/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/14.enable-2fa/03.solution.verify/prisma/seed.ts +++ b/exercises/14.enable-2fa/03.solution.verify/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/15.verify-2fa/01.problem.unverified/prisma/seed.ts b/exercises/15.verify-2fa/01.problem.unverified/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/15.verify-2fa/01.problem.unverified/prisma/seed.ts +++ b/exercises/15.verify-2fa/01.problem.unverified/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/15.verify-2fa/01.solution.unverified/prisma/seed.ts b/exercises/15.verify-2fa/01.solution.unverified/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/15.verify-2fa/01.solution.unverified/prisma/seed.ts +++ b/exercises/15.verify-2fa/01.solution.unverified/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/15.verify-2fa/02.problem.verify/prisma/seed.ts b/exercises/15.verify-2fa/02.problem.verify/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/15.verify-2fa/02.problem.verify/prisma/seed.ts +++ b/exercises/15.verify-2fa/02.problem.verify/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/15.verify-2fa/02.solution.verify/prisma/seed.ts b/exercises/15.verify-2fa/02.solution.verify/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/15.verify-2fa/02.solution.verify/prisma/seed.ts +++ b/exercises/15.verify-2fa/02.solution.verify/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/16.2fa-check/01.problem.delete/prisma/seed.ts b/exercises/16.2fa-check/01.problem.delete/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/16.2fa-check/01.problem.delete/prisma/seed.ts +++ b/exercises/16.2fa-check/01.problem.delete/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/16.2fa-check/01.solution.delete/prisma/seed.ts b/exercises/16.2fa-check/01.solution.delete/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/16.2fa-check/01.solution.delete/prisma/seed.ts +++ b/exercises/16.2fa-check/01.solution.delete/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/16.2fa-check/02.problem.should-reverify/prisma/seed.ts b/exercises/16.2fa-check/02.problem.should-reverify/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/16.2fa-check/02.problem.should-reverify/prisma/seed.ts +++ b/exercises/16.2fa-check/02.problem.should-reverify/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/16.2fa-check/02.solution.should-reverify/prisma/seed.ts b/exercises/16.2fa-check/02.solution.should-reverify/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/16.2fa-check/02.solution.should-reverify/prisma/seed.ts +++ b/exercises/16.2fa-check/02.solution.should-reverify/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/16.2fa-check/03.problem.require-reverify/prisma/seed.ts b/exercises/16.2fa-check/03.problem.require-reverify/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/16.2fa-check/03.problem.require-reverify/prisma/seed.ts +++ b/exercises/16.2fa-check/03.problem.require-reverify/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/16.2fa-check/03.solution.require-reverify/prisma/seed.ts b/exercises/16.2fa-check/03.solution.require-reverify/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/16.2fa-check/03.solution.require-reverify/prisma/seed.ts +++ b/exercises/16.2fa-check/03.solution.require-reverify/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/16.2fa-check/04.problem.expiration/prisma/seed.ts b/exercises/16.2fa-check/04.problem.expiration/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/16.2fa-check/04.problem.expiration/prisma/seed.ts +++ b/exercises/16.2fa-check/04.problem.expiration/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/16.2fa-check/04.solution.expiration/prisma/seed.ts b/exercises/16.2fa-check/04.solution.expiration/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/16.2fa-check/04.solution.expiration/prisma/seed.ts +++ b/exercises/16.2fa-check/04.solution.expiration/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/17.oauth/01.problem.remix-auth/prisma/seed.ts b/exercises/17.oauth/01.problem.remix-auth/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/17.oauth/01.problem.remix-auth/prisma/seed.ts +++ b/exercises/17.oauth/01.problem.remix-auth/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/17.oauth/01.solution.remix-auth/prisma/seed.ts b/exercises/17.oauth/01.solution.remix-auth/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/17.oauth/01.solution.remix-auth/prisma/seed.ts +++ b/exercises/17.oauth/01.solution.remix-auth/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/17.oauth/02.problem.flow/prisma/seed.ts b/exercises/17.oauth/02.problem.flow/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/17.oauth/02.problem.flow/prisma/seed.ts +++ b/exercises/17.oauth/02.problem.flow/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/17.oauth/02.solution.flow/prisma/seed.ts b/exercises/17.oauth/02.solution.flow/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/17.oauth/02.solution.flow/prisma/seed.ts +++ b/exercises/17.oauth/02.solution.flow/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/17.oauth/03.problem.mock/prisma/seed.ts b/exercises/17.oauth/03.problem.mock/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/17.oauth/03.problem.mock/prisma/seed.ts +++ b/exercises/17.oauth/03.problem.mock/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/17.oauth/03.solution.mock/prisma/seed.ts b/exercises/17.oauth/03.solution.mock/prisma/seed.ts index 0c0cb1f3e..b6fede931 100644 --- a/exercises/17.oauth/03.solution.mock/prisma/seed.ts +++ b/exercises/17.oauth/03.solution.mock/prisma/seed.ts @@ -58,7 +58,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/17.oauth/04.problem.schema/prisma/seed.ts b/exercises/17.oauth/04.problem.schema/prisma/seed.ts index 10d3f00ff..f063c8dc6 100644 --- a/exercises/17.oauth/04.problem.schema/prisma/seed.ts +++ b/exercises/17.oauth/04.problem.schema/prisma/seed.ts @@ -60,7 +60,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/17.oauth/04.solution.schema/prisma/seed.ts b/exercises/17.oauth/04.solution.schema/prisma/seed.ts index 3b67454dc..cbfe8bcac 100644 --- a/exercises/17.oauth/04.solution.schema/prisma/seed.ts +++ b/exercises/17.oauth/04.solution.schema/prisma/seed.ts @@ -59,7 +59,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/18.provider-errors/01.problem.auth-error/prisma/seed.ts b/exercises/18.provider-errors/01.problem.auth-error/prisma/seed.ts index 3b67454dc..cbfe8bcac 100644 --- a/exercises/18.provider-errors/01.problem.auth-error/prisma/seed.ts +++ b/exercises/18.provider-errors/01.problem.auth-error/prisma/seed.ts @@ -59,7 +59,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/18.provider-errors/01.solution.auth-error/prisma/seed.ts b/exercises/18.provider-errors/01.solution.auth-error/prisma/seed.ts index 3b67454dc..cbfe8bcac 100644 --- a/exercises/18.provider-errors/01.solution.auth-error/prisma/seed.ts +++ b/exercises/18.provider-errors/01.solution.auth-error/prisma/seed.ts @@ -59,7 +59,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/18.provider-errors/02.problem.connection-error/prisma/seed.ts b/exercises/18.provider-errors/02.problem.connection-error/prisma/seed.ts index 3b67454dc..cbfe8bcac 100644 --- a/exercises/18.provider-errors/02.problem.connection-error/prisma/seed.ts +++ b/exercises/18.provider-errors/02.problem.connection-error/prisma/seed.ts @@ -59,7 +59,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/18.provider-errors/02.solution.connection-error/prisma/seed.ts b/exercises/18.provider-errors/02.solution.connection-error/prisma/seed.ts index 3b67454dc..cbfe8bcac 100644 --- a/exercises/18.provider-errors/02.solution.connection-error/prisma/seed.ts +++ b/exercises/18.provider-errors/02.solution.connection-error/prisma/seed.ts @@ -59,7 +59,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/19.third-party-login/01.problem.login/prisma/seed.ts b/exercises/19.third-party-login/01.problem.login/prisma/seed.ts index 3b67454dc..cbfe8bcac 100644 --- a/exercises/19.third-party-login/01.problem.login/prisma/seed.ts +++ b/exercises/19.third-party-login/01.problem.login/prisma/seed.ts @@ -59,7 +59,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/19.third-party-login/01.solution.login/prisma/seed.ts b/exercises/19.third-party-login/01.solution.login/prisma/seed.ts index 3b67454dc..cbfe8bcac 100644 --- a/exercises/19.third-party-login/01.solution.login/prisma/seed.ts +++ b/exercises/19.third-party-login/01.solution.login/prisma/seed.ts @@ -59,7 +59,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/19.third-party-login/02.problem.onboarding/prisma/seed.ts b/exercises/19.third-party-login/02.problem.onboarding/prisma/seed.ts index 3b67454dc..cbfe8bcac 100644 --- a/exercises/19.third-party-login/02.problem.onboarding/prisma/seed.ts +++ b/exercises/19.third-party-login/02.problem.onboarding/prisma/seed.ts @@ -59,7 +59,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/19.third-party-login/02.solution.onboarding/prisma/seed.ts b/exercises/19.third-party-login/02.solution.onboarding/prisma/seed.ts index 3b67454dc..cbfe8bcac 100644 --- a/exercises/19.third-party-login/02.solution.onboarding/prisma/seed.ts +++ b/exercises/19.third-party-login/02.solution.onboarding/prisma/seed.ts @@ -59,7 +59,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/20.connection/01.problem.existing-user/prisma/seed.ts b/exercises/20.connection/01.problem.existing-user/prisma/seed.ts index 3dd47a233..0984a99d4 100644 --- a/exercises/20.connection/01.problem.existing-user/prisma/seed.ts +++ b/exercises/20.connection/01.problem.existing-user/prisma/seed.ts @@ -59,7 +59,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/20.connection/01.solution.existing-user/prisma/seed.ts b/exercises/20.connection/01.solution.existing-user/prisma/seed.ts index fc76a15c2..c1398053a 100644 --- a/exercises/20.connection/01.solution.existing-user/prisma/seed.ts +++ b/exercises/20.connection/01.solution.existing-user/prisma/seed.ts @@ -59,7 +59,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/20.connection/02.problem.connect/prisma/seed.ts b/exercises/20.connection/02.problem.connect/prisma/seed.ts index 3b67454dc..cbfe8bcac 100644 --- a/exercises/20.connection/02.problem.connect/prisma/seed.ts +++ b/exercises/20.connection/02.problem.connect/prisma/seed.ts @@ -59,7 +59,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/20.connection/02.solution.connect/prisma/seed.ts b/exercises/20.connection/02.solution.connect/prisma/seed.ts index 3b67454dc..cbfe8bcac 100644 --- a/exercises/20.connection/02.solution.connect/prisma/seed.ts +++ b/exercises/20.connection/02.solution.connect/prisma/seed.ts @@ -59,7 +59,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/21.redirect-cookie/01.problem.pass/prisma/seed.ts b/exercises/21.redirect-cookie/01.problem.pass/prisma/seed.ts index 3b67454dc..cbfe8bcac 100644 --- a/exercises/21.redirect-cookie/01.problem.pass/prisma/seed.ts +++ b/exercises/21.redirect-cookie/01.problem.pass/prisma/seed.ts @@ -59,7 +59,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/21.redirect-cookie/01.solution.pass/prisma/seed.ts b/exercises/21.redirect-cookie/01.solution.pass/prisma/seed.ts index 3b67454dc..cbfe8bcac 100644 --- a/exercises/21.redirect-cookie/01.solution.pass/prisma/seed.ts +++ b/exercises/21.redirect-cookie/01.solution.pass/prisma/seed.ts @@ -59,7 +59,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/21.redirect-cookie/02.problem.cookie/prisma/seed.ts b/exercises/21.redirect-cookie/02.problem.cookie/prisma/seed.ts index 3b67454dc..cbfe8bcac 100644 --- a/exercises/21.redirect-cookie/02.problem.cookie/prisma/seed.ts +++ b/exercises/21.redirect-cookie/02.problem.cookie/prisma/seed.ts @@ -59,7 +59,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/21.redirect-cookie/02.solution.cookie/prisma/seed.ts b/exercises/21.redirect-cookie/02.solution.cookie/prisma/seed.ts index 3b67454dc..cbfe8bcac 100644 --- a/exercises/21.redirect-cookie/02.solution.cookie/prisma/seed.ts +++ b/exercises/21.redirect-cookie/02.solution.cookie/prisma/seed.ts @@ -59,7 +59,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/21.redirect-cookie/03.problem.redirect/prisma/seed.ts b/exercises/21.redirect-cookie/03.problem.redirect/prisma/seed.ts index 3b67454dc..cbfe8bcac 100644 --- a/exercises/21.redirect-cookie/03.problem.redirect/prisma/seed.ts +++ b/exercises/21.redirect-cookie/03.problem.redirect/prisma/seed.ts @@ -59,7 +59,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ diff --git a/exercises/21.redirect-cookie/03.solution.redirect/prisma/seed.ts b/exercises/21.redirect-cookie/03.solution.redirect/prisma/seed.ts index 3b67454dc..cbfe8bcac 100644 --- a/exercises/21.redirect-cookie/03.solution.redirect/prisma/seed.ts +++ b/exercises/21.redirect-cookie/03.solution.redirect/prisma/seed.ts @@ -59,7 +59,7 @@ async function seed() { }), img({ altText: - 'an office full of laptops and other office equipment that look like it was abandond in a rush out of the building in an emergency years ago.', + 'an office full of laptops and other office equipment that look like it was abandoned in a rush out of the building in an emergency years ago.', filepath: './tests/fixtures/images/notes/6.png', }), img({ From e9db1a6abb6994b04019b32e1152fb4f6ca4d995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?RUBEN=20PE=C3=91A=20PARADA?= <46791460+rubenpenap@users.noreply.github.com> Date: Fri, 23 May 2025 14:41:59 -0400 Subject: [PATCH 2/3] fix: correct typo in twoFAVerifyVerificationType comment --- .../app/routes/settings+/profile.two-factor.verify.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/14.enable-2fa/03.problem.verify/app/routes/settings+/profile.two-factor.verify.tsx b/exercises/14.enable-2fa/03.problem.verify/app/routes/settings+/profile.two-factor.verify.tsx index cb8799a25..5e0915265 100644 --- a/exercises/14.enable-2fa/03.problem.verify/app/routes/settings+/profile.two-factor.verify.tsx +++ b/exercises/14.enable-2fa/03.problem.verify/app/routes/settings+/profile.two-factor.verify.tsx @@ -104,7 +104,7 @@ export async function action({ request }: ActionFunctionArgs) { return json({ status: 'error', submission } as const, { status: 400 }) } - // 🐨 update the verification from the twoFAVerifyVerifycationType to the twoFAVerificationType + // 🐨 update the verification from the twoFAVerifyVerificationType to the twoFAVerificationType // 🐨 set the expiresAt to null! This should never expire. throw await redirectWithToast('/settings/profile/two-factor', { From 346fc5a3cd1725a5a860faa517034fb18544c5be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?RUBEN=20PE=C3=91A=20PARADA?= <46791460+rubenpenap@users.noreply.github.com> Date: Fri, 23 May 2025 15:05:43 -0400 Subject: [PATCH 3/3] fix: correct typo in twoFAVerificationType comment --- .../app/routes/settings+/profile.two-factor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/14.enable-2fa/03.problem.verify/app/routes/settings+/profile.two-factor.tsx b/exercises/14.enable-2fa/03.problem.verify/app/routes/settings+/profile.two-factor.tsx index 0e7072b8e..e5fc207bb 100644 --- a/exercises/14.enable-2fa/03.problem.verify/app/routes/settings+/profile.two-factor.tsx +++ b/exercises/14.enable-2fa/03.problem.verify/app/routes/settings+/profile.two-factor.tsx @@ -6,7 +6,7 @@ export const handle = { } // 🐨 export a twoFAVerificationType constant set to '2fa' -// 🦺 make it type-safer by adding "satisifes VerificationTypes" +// 🦺 make it type-safer by adding "satisfies VerificationTypes" export default function TwoFactorRoute() { return