From: n2ptune <44240708+n2ptune@users.noreply.github.com> Date: Fri, 3 Dec 2021 09:10:54 +0000 (+0900) Subject: chore(custom-element): fix comment typo (#5028) [skip ci] X-Git-Tag: v3.2.24~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=772574febb95b9ad79d0381455d10dc52880bfb6;p=thirdparty%2Fvuejs%2Fcore.git chore(custom-element): fix comment typo (#5028) [skip ci] --- diff --git a/packages/runtime-dom/src/apiCustomElement.ts b/packages/runtime-dom/src/apiCustomElement.ts index 5127e4a47f..059fcac16f 100644 --- a/packages/runtime-dom/src/apiCustomElement.ts +++ b/packages/runtime-dom/src/apiCustomElement.ts @@ -321,7 +321,7 @@ export class VueElement extends BaseClass { // HMR if (__DEV__) { instance.ceReload = newStyles => { - // alawys reset styles + // always reset styles if (this._styles) { this._styles.forEach(s => this.shadowRoot!.removeChild(s)) this._styles.length = 0