We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e0567 commit bb74d2dCopy full SHA for bb74d2d
1 file changed
lib/mixins/property-accessors.html
@@ -443,7 +443,7 @@
443
444
/**
445
* Updates the local storage for a property (via `_setPendingProperty`)
446
- * and enqueues a `_proeprtiesChanged` callback.
+ * and enqueues a `_propertiesChanged` callback.
447
*
448
* @param {string} property Name of the property
449
* @param {*} value Value to set
@@ -601,7 +601,7 @@
601
* @param {*} value New property value
602
* @param {*} old Previous property value
603
* @return {boolean} Whether the property should be considered a change
604
- * and enqueue a `_proeprtiesChanged` callback
+ * and enqueue a `_propertiesChanged` callback
605
* @protected
606
*/
607
_shouldPropertyChange(property, value, old) {
0 commit comments