Skip to content

Commit d8f3f57

Browse files
committed
spelling: attribute
1 parent adc4f0e commit d8f3f57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4618,7 +4618,7 @@ The following notable changes have been made since the 2.0 Preview announcement.
46184618

46194619
- Attribute-based styles not always updated [\#132](https://github.com/Polymer/polymer/issues/132)
46204620

4621-
- attrubuteChanged event on "sub-component" not fired in Canary but works in Chrome [\#131](https://github.com/Polymer/polymer/issues/131)
4621+
- attributeChanged event on "sub-component" not fired in Canary but works in Chrome [\#131](https://github.com/Polymer/polymer/issues/131)
46224622

46234623
- Stylesheets throw exception if toolkit-scope is defined and the element definition is inline [\#127](https://github.com/Polymer/polymer/issues/127)
46244624

lib/mixins/element-mixin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
* 'foo' property changes by executing the 'compute' method. This method
341341
* must return the computed value.
342342
*
343-
* * `reflectToAttriute`: {boolean} If true, the property value is reflected
343+
* * `reflectToAttribute`: {boolean} If true, the property value is reflected
344344
* to an attribute of the same name. Note, the attribute is dash-cased
345345
* so a property named 'fooBar' is reflected as 'foo-bar'.
346346
*

0 commit comments

Comments
 (0)