Skip to content

Commit 6bd1d2f

Browse files
chore(shared): Fixed typo for isLoaded property explanation (#6071)
Co-authored-by: Robert Soriano <[email protected]>
1 parent f6949c3 commit 6bd1d2f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changeset/happy-icons-float.md

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

packages/shared/src/react/hooks/useOrganizationList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const undefinedPaginatedResource = {
7676
export type UseOrganizationListReturn<T extends UseOrganizationListParams> =
7777
| {
7878
/**
79-
* A boolean that indicates whether Clerk has completed initialization and there is an authenicated user. Initially `false`, becomes `true` once Clerk loads with a user
79+
* A boolean that indicates whether Clerk has completed initialization and there is an authenticated user. Initially `false`, becomes `true` once Clerk loads with a user.
8080
*/
8181
isLoaded: false;
8282
/**

0 commit comments

Comments
 (0)