Skip to content

Commit 04eb32e

Browse files
QingWei-Liyyx990803
authored andcommitted
fix typo (#3578)
1 parent 9727f87 commit 04eb32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-template-compiler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Note the returned function code uses `with` and thus cannot be used in strict mo
3232

3333
#### Options
3434

35-
It's possible to hook into the compilation process to support custom template features. **However, beware that by injecting custom compile-time modules, your templates will not work with other build tools built on standard built-in modules, e.g `vue-laoder` and `vueify`.**
35+
It's possible to hook into the compilation process to support custom template features. **However, beware that by injecting custom compile-time modules, your templates will not work with other build tools built on standard built-in modules, e.g `vue-loader` and `vueify`.**
3636

3737
The optional `options` object can contain the following:
3838

0 commit comments

Comments
 (0)