diff --git a/docs/essentials/auto-generated-controls/web-components.mdx b/docs/essentials/auto-generated-controls/web-components.mdx index bad7429b1a7c..473b67f07b21 100644 --- a/docs/essentials/auto-generated-controls/web-components.mdx +++ b/docs/essentials/auto-generated-controls/web-components.mdx @@ -17,4 +17,4 @@ import customElements from '../custom-elements.json'; setCustomElementsManifest(customElements); ``` -You can generate a `custom-elements.json` using [@custom-elements-manifest/analyzer](https://github.com/open-wc/custom-elements-manifest). If you're using the pre-v1.0.0 version of `custom-elements.json` you can use either [web-component-analyzer](https://github.com/runem/web-component-analyzer) or [stenciljs](https://stenciljs.com/) (if you're using Stencil). +You can generate a `custom-elements.json` using [@custom-elements-manifest/analyzer](https://github.com/open-wc/custom-elements-manifest). If you're using the pre-v1.0.0 version of `custom-elements.json` you can use either [web-component-analyzer](https://github.com/runem/web-component-analyzer).