We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8231c07 commit 629420cCopy full SHA for 629420c
index.js
@@ -70,7 +70,8 @@ export default function(opts) {
70
* it's difficult to know what the correct/final slot content will be until after the parser has rendered the DOM for
71
* us.
72
*
73
- * When performing shadow DOM rendering, it provides an un-styled container where we can attach
+ * When performing shadow DOM rendering, it provides an un-styled container where we can attach the Svelte component
74
+ * once it begins rendering.
75
*/
76
if (!window.customElements.get('svelte-retag')) {
77
window.customElements.define('svelte-retag', class extends HTMLElement {
0 commit comments