Update article.md

Minor: it's -> its.
This commit is contained in:
Kenneth J Hughes 2019-08-02 08:12:34 -04:00 committed by GitHub
parent 4a41b16d4f
commit 414f96237b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: