Skip to content

Commit 9b1df5d

Browse files
Update 8-web-components/4-template-element/article.md
Co-authored-by: Valentina VP <[email protected]>
1 parent 9286a10 commit 9b1df5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

8-web-components/4-template-element/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Reescribamos un ejemplo de Shadow DOM del capítulo anterior usando `<template>`
8787
</script>
8888
```
8989

90-
En la línea `(*)`, cuando clonamos e insertamos `tmpl.content` como su `DocumentFragment`, sus hijos (`<style>`, `<p>`) se insertan en su lugar.
90+
En la línea `(*)`, cuando clonamos e insertamos `tmpl.content` como su `DocumentFragment`, sus hijos (`<style>`, `<p>`) se insertan en su lugar.
9191

9292
Ellos forman el shadow DOM:
9393

0 commit comments

Comments
 (0)