Skip to content

Commit

Permalink
Update jsdoc for show news method
Browse files Browse the repository at this point in the history
  • Loading branch information
devrnt committed Dec 18, 2023
1 parent b67fcd9 commit 5cbdd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-use-intercom/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ export type IntercomContextValues = {
*
* @param newsId The id of the news
*
* @example showNews('tasks')
* @example showNews(123)
*/
showNews: (newsId: number) => void;
};
Expand Down

0 comments on commit 5cbdd90

Please sign in to comment.