From 944b525473b7aadef24f46dd91323cfe693f0cf3 Mon Sep 17 00:00:00 2001 From: Zubair Ibn Zamir Date: Tue, 9 Jun 2026 17:44:24 +0600 Subject: [PATCH] Fix typo: utilties -> utilities in experimental.mdx --- docs/content/docs/experimental.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/experimental.mdx b/docs/content/docs/experimental.mdx index 77de5d30..6354822d 100644 --- a/docs/content/docs/experimental.mdx +++ b/docs/content/docs/experimental.mdx @@ -15,7 +15,7 @@ Authenticated queries in SSR require an additional request for a token. This can slow down initial page load and navigation for frameworks that server render on in-app navigation. -JWT caching allows server utilties like `fetchAuthQuery` to utilize the Convex +JWT caching allows server utilities like `fetchAuthQuery` to utilize the Convex JWT from request cookies if present and unexpired. First, create a utility function for determining whether an error is auth