Skip to content

Commit 13cf36d

Browse files
committed
docs(implementation-docs): Improve grammar
1 parent 44de41a commit 13cf36d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/implementation-docs/exec-custom-resolver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ using vite-node, and vite-node runs the source files, not built files. And so
2424
the extension should be empty, to let vite-node guess the file extension, or .ts
2525
to explicitly tell it.
2626

27-
The solution is to update our custom resolver in packages/cli/src/lib/exec.js to
28-
remove .js imports and let vite figure out the file extension:
27+
The solution is to update our custom resolver in `packages/cli/src/lib/exec.js`
28+
to remove `.js` from imports and let Vite figure out the file extension.

0 commit comments

Comments
 (0)