buzzcasting-storage 3.7.3 → 3.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -576,7 +576,7 @@ export declare class Widget {
576
576
  *
577
577
  * @param element widget web component
578
578
  * @param callbacks functions in the widget that will receive the update
579
- * @param selector container for the element - by default buzzcasting-presentation (optional)
579
+ * @param selector container for the element - by default buzzcasting-app (optional)
580
580
  */
581
581
  constructor(element: HTMLElement, callbacks: Array<(arg: IResponse) => void>, selector?: string);
582
582
  addCallbackListener(cb: (arg: IResponse) => void): void;