Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/docs/experimental.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down