Skip to content

Commit 37de962

Browse files
committed
Format jsdoc
1 parent b5a1e7a commit 37de962

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ export type IntercomContextValues = {
366366
* the “Use tour everywhere” section must be turned on.
367367
* If you're calling this API using an invalid tour id, nothing will happen.
368368
*
369-
* @see {@link https://developers.intercom.com/installing-intercom/docs/intercom-javascript#section-intercomstarttour-tourid}
369+
* @see {@link https://developers.intercom.com/installing-intercom/docs/intercom-javascript#intercomstarttour-tourid}
370370
*/
371371
startTour: (tourId: number) => void;
372372
/**
@@ -377,7 +377,7 @@ export type IntercomContextValues = {
377377
* of the tour editor.
378378
*
379379
* @remarks Please note that checklists shown via this API must be published.
380-
* If you're calling this API using an invalid checklist id, nothing will happen.
380+
* If you're calling this API using an invalid tour id, nothing will happen.
381381
*
382382
* @see {@link https://developers.intercom.com/installing-intercom/web/methods/#intercomstartchecklist-checklistid}
383383
*/

0 commit comments

Comments
 (0)