| Index: third_party/polymer/v1_0/components-chromium/paper-input/paper-input-container.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-container.html b/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-container.html
|
| index 34afd6d6f7e298c26f6a2010e5aba2cdbd8540ed..6d30b0aec18b40e90987781010ca2626edfb2062 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-container.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-container.html
|
| @@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
| <!--
|
| `<paper-input-container>` is a container for a `<label>`, an `<input is="iron-input">` or
|
| -`<iron-autogrow-textarea>` and optional add-on elements such as an error message or character
|
| +`<textarea>` and optional add-on elements such as an error message or character
|
| counter, used to implement Material Design text fields.
|
|
|
| For example:
|
|
|