Skip to content

Commit 3b94d5a

Browse files
thomasballingeralarbada
authored andcommitted
convex-js PR 68: Fix typo (#40225)
Fixes a typo Co-authored-by: Guillem <16207732+alarbada@users.noreply.github.com> GitOrigin-RevId: 105e705d9c3a77d7a45b6016081fc29594d28b3b
1 parent b69adde commit 3b94d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react/ConvexAuthState.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function useConvexAuth(): {
6666
* and a function to fetch a JWT access token.
6767
*
6868
* If the `useAuth` prop function updates causing a rerender then auth state
69-
* wil transition to loading and the `fetchAccessToken()` function called again.
69+
* will transition to loading and the `fetchAccessToken()` function called again.
7070
*
7171
* See [Custom Auth Integration](https://docs.convex.dev/auth/advanced/custom-auth) for more information.
7272
*

0 commit comments

Comments
 (0)