File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ export class VueElement
277277 }
278278
279279 connectedCallback ( ) : void {
280- // aviod resolving component if it's not connected
280+ // avoid resolving component if it's not connected
281281 if ( ! this . isConnected ) return
282282
283283 if ( ! this . shadowRoot ) {
@@ -609,7 +609,7 @@ export class VueElement
609609 }
610610
611611 /**
612- * Only called when shaddowRoot is false
612+ * Only called when shadowRoot is false
613613 */
614614 private _parseSlots ( ) {
615615 const slots : VueElement [ '_slots' ] = ( this . _slots = { } )
@@ -623,7 +623,7 @@ export class VueElement
623623 }
624624
625625 /**
626- * Only called when shaddowRoot is false
626+ * Only called when shadowRoot is false
627627 */
628628 private _renderSlots ( ) {
629629 const outlets = ( this . _teleportTarget || this ) . querySelectorAll ( 'slot' )
You can’t perform that action at this time.
0 commit comments