Skip to content

Commit 3d51c59

Browse files
wjhsfjmsjtu
andauthored
Apply suggestion from @jmsjtu
Co-authored-by: James Tu <jmsjtu@gmail.com>
1 parent 225da98 commit 3d51c59

File tree

1 file changed

+1
-1
lines changed
  • packages/@lwc/integration-not-karma/helpers

1 file changed

+1
-1
lines changed

packages/@lwc/integration-not-karma/helpers/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ export const resolvePathOutsideRoot = (file) => {
267267
return file.replace(/^(\.\.\/)+?(.+?)$/, (_, outside, filepath) => {
268268
// To serve files from outside the web root (e.g. from the monorepo root
269269
// node_modules, @web/dev-server provides this "magic" path. It's hacky
270-
// of us to use it it directly.
270+
// of us to use it directly.
271271
// '../'.repeat(depth) becomes `/__wds-outside-root__/${depth}/`
272272
const depth = outside.length / 3;
273273
return `/__wds-outside-root__/${depth}/${filepath}`;

0 commit comments

Comments
 (0)