Update article.md
Minor: it's -> its.
This commit is contained in:
parent
4a41b16d4f
commit
414f96237b
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ Let's rewrite a Shadow DOM example from the previous chapter using `<template>`:
|
|||
</script>
|
||||
```
|
||||
|
||||
In the line `(*)` when we clone and insert `tmpl.content`, as it's `DocumentFragment`, its children (`<style>`, `<p>`) are inserted instead.
|
||||
In the line `(*)` when we clone and insert `tmpl.content`, as its `DocumentFragment`, its children (`<style>`, `<p>`) are inserted instead.
|
||||
|
||||
They form the shadow DOM:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue