We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9db1a6 commit 346fc5aCopy full SHA for 346fc5a
exercises/14.enable-2fa/03.problem.verify/app/routes/settings+/profile.two-factor.tsx
@@ -6,7 +6,7 @@ export const handle = {
6
}
7
8
// 🐨 export a twoFAVerificationType constant set to '2fa'
9
-// 🦺 make it type-safer by adding "satisifes VerificationTypes"
+// 🦺 make it type-safer by adding "satisfies VerificationTypes"
10
11
export default function TwoFactorRoute() {
12
return <Outlet />
0 commit comments