Skip to content

Commit

Permalink
Better explanation thanks to @kevinpschaaf
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv authored Oct 4, 2016
1 parent c646228 commit 0dae8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PRIMER.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,8 @@ Example:
We say that an element definition has an imperative and declarative portion. The imperative
portion is the call to `Polymer({...})`, and the declarative portion is the `<dom-module>`
element. The imperative and declarative portions of an element's definition may be placed
in the same HTML file or in separate files. They are matched mased on the `id` and `is`
properties having the same value.
in the same HTML file or in separate files. They are matched based on the `dom-module`'s `id`
having the same value as the element's `is` property.

**NOTE:** Defining an element in the main html document is not currently supported.

Expand Down

0 comments on commit 0dae8f0

Please sign in to comment.