| Index: third_party/polymer/v1_0/components-chromium/iron-collapse/README.md
|
| diff --git a/third_party/polymer/v1_0/components-chromium/iron-collapse/README.md b/third_party/polymer/v1_0/components-chromium/iron-collapse/README.md
|
| index 13a013baa459ff1465a815639f2999e4d9cfbf7b..b11ac6612342c53f95449f911c616b82eb70c98d 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/iron-collapse/README.md
|
| +++ b/third_party/polymer/v1_0/components-chromium/iron-collapse/README.md
|
| @@ -4,7 +4,7 @@
|
| will be collapsed. Use `opened` or `toggle()` to show/hide the content.
|
|
|
| ```html
|
| -<button on-click="{{toggle}}">toggle collapse</button>
|
| +<button on-click="toggle">toggle collapse</button>
|
|
|
| <iron-collapse id="collapse">
|
| <div>Content goes here...</div>
|
|
|