Skip to content

Commit

Permalink
chore: fix typo (#5419)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyWick committed Mar 11, 2024
1 parent 10bdaa3 commit bbcdac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-plugins/replace-browser-modules.ts
Expand Up @@ -41,7 +41,7 @@ export default function replaceBrowserModules(): Plugin & RollupPlugin {
}
},
transformIndexHtml(html) {
// Unfortunately, picomatch sneaks as a dedendency into the dev bundle.
// Unfortunately, picomatch sneaks as a dependency into the dev bundle.
// This fixes an error.
return html.replace('</head>', '<script>window.process={}</script></head>');
}
Expand Down
2 changes: 1 addition & 1 deletion src/ast/nodes/ArrayPattern.ts
Expand Up @@ -39,7 +39,7 @@ export default class ArrayPattern extends NodeBase implements PatternNode {
}
}

// Patterns are only checked at the emtpy path at the moment
// Patterns are only checked at the empty path at the moment
hasEffectsOnInteractionAtPath(
_path: ObjectPath,
interaction: NodeInteractionAssigned,
Expand Down

0 comments on commit bbcdac3

Please sign in to comment.