From f4ae2188e0dd9d11af6dbf17057de1daa4786393 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Wed, 29 Jan 2025 09:34:55 -0500 Subject: [PATCH] Fix typo courtesy of Discord @kazak --- src/app/auth/resource/[resourceId]/ResourceAccessDenied.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/auth/resource/[resourceId]/ResourceAccessDenied.tsx b/src/app/auth/resource/[resourceId]/ResourceAccessDenied.tsx index b47b976f..088782a5 100644 --- a/src/app/auth/resource/[resourceId]/ResourceAccessDenied.tsx +++ b/src/app/auth/resource/[resourceId]/ResourceAccessDenied.tsx @@ -19,7 +19,7 @@ export default function ResourceAccessDenied() { - You're not alowed to access this resource. If this is a mistake, + You're not allowed to access this resource. If this is a mistake, please contact the administrator.