Skip to content

Commit cd74317

Browse files
committed
Test core2 typedoc flow
1 parent eb9c9ee commit cd74317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)