Skip to content

Commit eb6aed6

Browse files
docs(readme.md): typo
1 parent a4ebb2c commit eb6aed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ useNotifications(): {notifications: Notification[], markAsRead: Function}
2727
#### Comments Hooks
2828
```
2929
useComment({commentCid: string, onlyIfCached?: boolean}): Comment
30-
useReplies({comment: Comment, sortType?: string, flat?: boolean, repliesPerPage?: number, filter>: CommentsFilter}): {replies: Comment[], hasMore: boolean, loadMore: function, reset: function, updatedReplies: Comment[], bufferedReplies: Comment[]}
30+
useReplies({comment: Comment, sortType?: string, flat?: boolean, repliesPerPage?: number, filter?: CommentsFilter}): {replies: Comment[], hasMore: boolean, loadMore: function, reset: function, updatedReplies: Comment[], bufferedReplies: Comment[]}
3131
useComments({commentCids: string[], onlyIfCached?: boolean}): {comments: Comment[]}
3232
useEditedComment({comment: Comment}): {editedComment: Comment | undefined}
3333
useValidateComment({comment: Comment, validateReplies?: boolean}): {valid: boolean}

0 commit comments

Comments
 (0)