Skip to content

Commit 1c0153d

Browse files
authored
Merge pull request Polymer#5691 from eltociear/patch-3
Fix typo in disable-upgrade-mixin.js
2 parents b19365c + 5c06ae9 commit 1c0153d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mixins/disable-upgrade-mixin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export const DisableUpgradeMixin = dedupingMixin((base) => {
126126
*/
127127
attributeChangedCallback(name, old, value, namespace) {
128128
if (name == DISABLED_ATTR) {
129-
// When disable-upgrade is removed, intialize properties and
129+
// When disable-upgrade is removed, initialize properties and
130130
// provoke connectedCallback if the element is already connected.
131131
if (this.__isUpgradeDisabled && value == null) {
132132
super._initializeProperties();

0 commit comments

Comments
 (0)