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