From bb74d2dad3155ca739febe7cbbda4089e9117c02 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 7 Sep 2017 04:41:14 +0000 Subject: [PATCH] spelling: properties --- lib/mixins/property-accessors.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mixins/property-accessors.html b/lib/mixins/property-accessors.html index c1977997cd..f38b338e02 100644 --- a/lib/mixins/property-accessors.html +++ b/lib/mixins/property-accessors.html @@ -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 @@ -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) {