Skip to content

Commit

Permalink
spelling: attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 6, 2017
1 parent adc4f0e commit d8f3f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4618,7 +4618,7 @@ The following notable changes have been made since the 2.0 Preview announcement.

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion lib/mixins/element-mixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
* 'foo' property changes by executing the 'compute' method. This method
* must return the computed value.
*
* * `reflectToAttriute`: {boolean} If true, the property value is reflected
* * `reflectToAttribute`: {boolean} If true, the property value is reflected
* to an attribute of the same name. Note, the attribute is dash-cased
* so a property named 'fooBar' is reflected as 'foo-bar'.
*
Expand Down

0 comments on commit d8f3f57

Please sign in to comment.