Skip to content

Commit 8426402

Browse files
fix docs typo (#657)
1 parent 1668657 commit 8426402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/hooks/users/useUsers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export interface UsersResult {
6262
* <address>{user.profile.email}</address>
6363
* </figure>
6464
* ))}
65-
* {hasMore && <button onClick={loadMore}>{isPending ? 'Loading...' : 'Load More'</button>}
65+
* {hasMore && <button onClick={loadMore}>{isPending ? 'Loading...' : 'Load More'}</button>}
6666
* </div>
6767
* )
6868
* ```

0 commit comments

Comments
 (0)