Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
Replace oversight tag content
Browse files Browse the repository at this point in the history
This commit replaces the "content" tag in the part "Afer" under the
section "DOM Template" of the upgrade guide by a "slot" tag.

Closes #1807
  • Loading branch information
masonlouchart authored and Arthur Evans committed Oct 31, 2016
1 parent d90d835 commit ad1f20e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/2.0/docs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ Before {.caption}
</h2>
<div>
<content></content>
</div>
</template>
</div>
</template>
</dom-module>

...
Expand All @@ -137,7 +137,7 @@ After {.caption}
<slot name="title"></slot>
</h2>
<div>
<content></content>
<slot></slot>
</div>
</template>
</dom-module>
Expand Down

0 comments on commit ad1f20e

Please sign in to comment.