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 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', {