File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export default function replaceBrowserModules(): Plugin & RollupPlugin {
41
41
}
42
42
} ,
43
43
transformIndexHtml ( html ) {
44
- // Unfortunately, picomatch sneaks as a dedendency into the dev bundle.
44
+ // Unfortunately, picomatch sneaks as a dependency into the dev bundle.
45
45
// This fixes an error.
46
46
return html . replace ( '</head>' , '<script>window.process={}</script></head>' ) ;
47
47
}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export default class ArrayPattern extends NodeBase implements PatternNode {
39
39
}
40
40
}
41
41
42
- // Patterns are only checked at the emtpy path at the moment
42
+ // Patterns are only checked at the empty path at the moment
43
43
hasEffectsOnInteractionAtPath (
44
44
_path : ObjectPath ,
45
45
interaction : NodeInteractionAssigned ,
You can’t perform that action at this time.
0 commit comments