From c4be7f60c5bd98cf8bcd86f45b9e3a91c693a867 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 7 Sep 2017 04:51:56 +0000 Subject: [PATCH] spelling: instead --- lib/mixins/property-effects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mixins/property-effects.html b/lib/mixins/property-effects.html index 216b21b19f..3ed29d7f03 100644 --- a/lib/mixins/property-effects.html +++ b/lib/mixins/property-effects.html @@ -2054,7 +2054,7 @@ let attr = CaseMap.camelToDashCase(property); if (attr[0] === '-') { console.warn('Property ' + property + ' cannot be reflected to attribute ' + - attr + ' because "-" is not a valid starting attribute name. Use a lowercase first letter for the property thisead.'); + attr + ' because "-" is not a valid starting attribute name. Use a lowercase first letter for the property instead.'); } else { this._addPropertyEffect(property, TYPES.REFLECT, { fn: runReflectEffect,