Skip to content

Commit

Permalink
Merge pull request #1330 from ragingwind/patch-1
Browse files Browse the repository at this point in the history
Fix typo an -> and
  • Loading branch information
addyosmani committed Mar 24, 2015
2 parents 436ef97 + 62c926e commit 05c7b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PRIMER.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ Example: `my-element.html`
<a name="template-stamping"></a>
## Template stamping into local DOM

We call the dom which an element is in charge of creating an managing its `local DOM`. This is distinct from the element's children which are sometimes called its `light DOM` for clarity.
We call the dom which an element is in charge of creating and managing its `local DOM`. This is distinct from the element's children which are sometimes called its `light DOM` for clarity.

When native Shadow DOM is used, "local DOM" is actually contained in a shadow root. When the Shady DOM system is used, "local DOM" is a virtual notion maintained by Polymer with similar semantics to Shadow DOM. Polymer normalizes these two systems via a common API, such that you can always think about the "local DOM" and "light DOM" trees in the same way regardless of the underlying implementation.

Expand Down

0 comments on commit 05c7b14

Please sign in to comment.