mirror of
https://github.com/supabase/supabase.git
synced 2026-06-09 03:22:27 +08:00
fix: typo (#37700)
This commit is contained in:
@@ -222,7 +222,7 @@ export function RotateKeyDialog({
|
||||
onCheckedChange={(value) => setEdgeFunctionsVerifyJWTUnderstood(!!value)}
|
||||
/>
|
||||
<p className="text-sm text-foreground-light">
|
||||
The following Edge Functions may stop funtioning for signed-in users as they
|
||||
The following Edge Functions may stop functioning for signed-in users as they
|
||||
verify the legacy JWT secret:{' '}
|
||||
{verifyJWTEdgeFunctions
|
||||
.map(({ name }) => (
|
||||
|
||||
Reference in New Issue
Block a user