File tree Expand file tree Collapse file tree
packages/react-use-intercom/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ export type IntercomContextValues = {
369369 * @see {@link https://developers.intercom.com/installing-intercom/docs/intercom-javascript#intercomstarttour-tourid }
370370 */
371371 startTour : ( tourId : number ) => void ;
372- /**
372+ /**
373373 * Triggers a checklist based on an action a user or visitor takes in your site or application,
374374 * You need to call this method with the id of the checklist you wish to show.
375375 *
@@ -381,7 +381,7 @@ export type IntercomContextValues = {
381381 *
382382 * @see {@link https://developers.intercom.com/installing-intercom/web/methods/#intercomstartchecklist-checklistid }
383383 */
384- startChecklist : ( checklistId : number ) => void ;
384+ startChecklist : ( checklistId : number ) => void ;
385385 /**
386386 * Submits an event, this will associate the event with the currently
387387 * tracked visitor, lead or user and send it to Intercom
You can’t perform that action at this time.
0 commit comments