Skip to content

Commit 346fc5a

Browse files
committed
fix: correct typo in twoFAVerificationType comment
1 parent e9db1a6 commit 346fc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/14.enable-2fa/03.problem.verify/app/routes/settings+/profile.two-factor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const handle = {
66
}
77

88
// 🐨 export a twoFAVerificationType constant set to '2fa'
9-
// 🦺 make it type-safer by adding "satisifes VerificationTypes"
9+
// 🦺 make it type-safer by adding "satisfies VerificationTypes"
1010

1111
export default function TwoFactorRoute() {
1212
return <Outlet />

0 commit comments

Comments
 (0)