Skip to content

Commit

Permalink
Merge pull request #272 from rupeq/fix/uselist-jsdoc-issue
Browse files Browse the repository at this point in the history
[docs]: fix incorrect description for the useList hook
  • Loading branch information
debabin authored Jan 14, 2025
2 parents aaf1232 + 21e6294 commit 90f7354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useList/useList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface UseListReturn<Item> {

/**
* @name useList
* @description - Hook that defines the logic when unmounting a component
* @description - Hook that provides state and helper methods to manage a list of items
* @category Utilities
*
* @template Item The type of the item
Expand Down

0 comments on commit 90f7354

Please sign in to comment.