Skip to content

Commit bb74d2d

Browse files
committed
spelling: properties
1 parent 00e0567 commit bb74d2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/mixins/property-accessors.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443

444444
/**
445445
* Updates the local storage for a property (via `_setPendingProperty`)
446-
* and enqueues a `_proeprtiesChanged` callback.
446+
* and enqueues a `_propertiesChanged` callback.
447447
*
448448
* @param {string} property Name of the property
449449
* @param {*} value Value to set
@@ -601,7 +601,7 @@
601601
* @param {*} value New property value
602602
* @param {*} old Previous property value
603603
* @return {boolean} Whether the property should be considered a change
604-
* and enqueue a `_proeprtiesChanged` callback
604+
* and enqueue a `_propertiesChanged` callback
605605
* @protected
606606
*/
607607
_shouldPropertyChange(property, value, old) {

0 commit comments

Comments
 (0)