| Index: third_party/polymer/v1_0/components/paper-button/paper-button.html
|
| diff --git a/third_party/polymer/v1_0/components/paper-button/paper-button.html b/third_party/polymer/v1_0/components/paper-button/paper-button.html
|
| index 897ccc6022b9d9bb86d2586c70d99862740cccc7..57f716c91b7b7efe6a59c99f4f2b2aa9f17161af 100644
|
| --- a/third_party/polymer/v1_0/components/paper-button/paper-button.html
|
| +++ b/third_party/polymer/v1_0/components/paper-button/paper-button.html
|
| @@ -31,7 +31,7 @@ You may use custom DOM in the button body to create a variety of buttons. For ex
|
| create a button with an icon and some text:
|
|
|
| <paper-button>
|
| - <core-icon icon="favorite"></core-icon>
|
| + <iron-icon icon="favorite"></iron-icon>
|
| custom button content
|
| </paper-button>
|
|
|
|
|