@crowdstrike/logscale-parser-edit 1.157.0--build-1963--sha-34888cc90fbd680fab5093da1291e2cff7b2f2ee → 1.158.0--build-2009--sha-3aeadfca1d303f754caa536ffefe54a5aba8a3c1

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.
package/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @crowdstrike/logscale-parser-edit
3
3
  *
4
- * Allows you to embed an editor for LogScale parsers as a WebComponent.
4
+ * Allows you to embed an editor for LogScale parsers as a web component.
5
5
  *
6
6
  * ```ts
7
7
  * // Importing the module defines the "logscale-parser-edit" custom element as a side-effect.
@@ -23,7 +23,7 @@ export declare interface CommonOptions {
23
23
  currentTime?: number;
24
24
  /** Allows you to open the webcomponent's internal shadow DOM.
25
25
  *
26
- * This is useful for writing E2E tests where you want to inspect the internal DOM of the WebComponent.
26
+ * This is useful for writing E2E tests where you want to inspect the internal DOM of the web component.
27
27
  * Do this sparingly, since the internal DOM elements can change between releases of
28
28
  * the webcomponents.
29
29
  */