Skip to content

Commit 680f8af

Browse files
authored
docs(repo): Test core2 typedoc flow (#7977)
1 parent ec78971 commit 680f8af

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.changeset/grumpy-words-act.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/shared/src/types/hooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type CheckAuthorizationWithoutOrgOrUser = (params: Parameters<CheckAuthorization
2626
export type UseAuthReturn =
2727
| {
2828
/**
29-
* A boolean that indicates whether Clerk has completed initialization. Initially `false`, becomes `true` once Clerk loads.
29+
* A boolean indicating whether Clerk has completed initialization. Initially `false`, becomes `true` once Clerk loads.
3030
*/
3131
isLoaded: false;
3232
/**

0 commit comments

Comments
 (0)