We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec78971 commit 680f8afCopy full SHA for 680f8af
2 files changed
.changeset/grumpy-words-act.md
@@ -0,0 +1,2 @@
1
+---
2
packages/shared/src/types/hooks.ts
@@ -26,7 +26,7 @@ type CheckAuthorizationWithoutOrgOrUser = (params: Parameters<CheckAuthorization
26
export type UseAuthReturn =
27
| {
28
/**
29
- * A boolean that indicates whether Clerk has completed initialization. Initially `false`, becomes `true` once Clerk loads.
+ * A boolean indicating whether Clerk has completed initialization. Initially `false`, becomes `true` once Clerk loads.
30
*/
31
isLoaded: false;
32
0 commit comments