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 @@ -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 */
You can’t perform that action at this time.
0 commit comments