| 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 4cd3af69019ceaaeef1f6720eba48bf7c58b94bf..771ef2b4dd1e4c5c35dc012d87e651aa20a3e20e 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
|
| @@ -23,7 +23,7 @@ For example:
|
| <input is="iron-input">
|
| </paper-input-container>
|
|
|
| -Do not wrap <paper-input-contanter> around elements that already include it, such as <paper-input>.
|
| +Do not wrap `<paper-input-container>` around elements that already include it, such as `<paper-input>`.
|
| Doing so may cause events to bounce infintely between the container and its contained element.
|
|
|
| ### Listening for input changes
|
|
|