Skip to content

Commit 5cbdd90

Browse files
committed
Update jsdoc for show news method
1 parent b67fcd9 commit 5cbdd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-use-intercom/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ export type IntercomContextValues = {
429429
*
430430
* @param newsId The id of the news
431431
*
432-
* @example showNews('tasks')
432+
* @example showNews(123)
433433
*/
434434
showNews: (newsId: number) => void;
435435
};

0 commit comments

Comments
 (0)