Skip to content

Commit

Permalink
spelling: properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 7, 2017
1 parent 00e0567 commit bb74d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mixins/property-accessors.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@

/**
* Updates the local storage for a property (via `_setPendingProperty`)
* and enqueues a `_proeprtiesChanged` callback.
* and enqueues a `_propertiesChanged` callback.
*
* @param {string} property Name of the property
* @param {*} value Value to set
Expand Down Expand Up @@ -601,7 +601,7 @@
* @param {*} value New property value
* @param {*} old Previous property value
* @return {boolean} Whether the property should be considered a change
* and enqueue a `_proeprtiesChanged` callback
* and enqueue a `_propertiesChanged` callback
* @protected
*/
_shouldPropertyChange(property, value, old) {
Expand Down

0 comments on commit bb74d2d

Please sign in to comment.