Skip to content

Commit 629420c

Browse files
committed
Issue #10: WIP: Fixing incomplete comment.
1 parent 8231c07 commit 629420c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ export default function(opts) {
7070
* it's difficult to know what the correct/final slot content will be until after the parser has rendered the DOM for
7171
* us.
7272
*
73-
* When performing shadow DOM rendering, it provides an un-styled container where we can attach
73+
* When performing shadow DOM rendering, it provides an un-styled container where we can attach the Svelte component
74+
* once it begins rendering.
7475
*/
7576
if (!window.customElements.get('svelte-retag')) {
7677
window.customElements.define('svelte-retag', class extends HTMLElement {

0 commit comments

Comments
 (0)