Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 954a518

Browse files
committed
Fix overescaping in <paper-item> docs
http://www.polymer-project.org/docs/elements/paper-elements.html#paper-item currently says "To use as a link, put an &lt;a&gt; element in the item." I'm guessing this change will fix that. Hopefully it won't break anything else.
1 parent 0d02d61 commit 954a518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paper-item.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<paper-item label="Sign Out"></paper-item>
2222
</core-menu>
2323
24-
To use as a link, put an `&lt;a&gt;` element in the item.
24+
To use as a link, put an `<a>` element in the item.
2525
2626
Example:
2727

0 commit comments

Comments
 (0)