From 9657fb4697c9a637772aa607970254342177f833 Mon Sep 17 00:00:00 2001 From: Drew Lyton Date: Thu, 25 Jul 2024 12:09:53 -0400 Subject: [PATCH] fix: typo in comment --- packages/sanity/src/core/studio/AuthBoundary.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sanity/src/core/studio/AuthBoundary.tsx b/packages/sanity/src/core/studio/AuthBoundary.tsx index c86c8e1309a2..fcbf1d5e074e 100644 --- a/packages/sanity/src/core/studio/AuthBoundary.tsx +++ b/packages/sanity/src/core/studio/AuthBoundary.tsx @@ -56,7 +56,7 @@ export function AuthBoundary({ // If using unverified `sanity` login provider, send them // to basic NotAuthorized component. if (loginProvider === 'sanity') return - // Otherwise, send use to RequestAccessDialog + // Otherwise, send user to RequestAccessDialog return }