Skip to content

Commit 706298d

Browse files
committed
fix typo
1 parent 4f23d63 commit 706298d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VueProgram.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ class VueProgram {
196196
}
197197

198198
private static resolveScriptBlock(content: string): ResolvedScript {
199-
// We need to import vue-template-compiler lazily because it is cannot be included it
199+
// We need to import vue-template-compiler lazily because it cannot be included it
200200
// as direct dependency because it is an optional dependency of fork-ts-checker-webpack-plugin.
201-
// Since its version must not mismatch with user-installed vue-template-compiler,
201+
// Since its version must not mismatch with user-installed Vue.js,
202202
// we should let the users install vue-template-compiler by themselves.
203203
let parser: typeof vueCompiler;
204204
try {

0 commit comments

Comments
 (0)