From f9fb43f2e24571bdf9feabb104349065b40c0213 Mon Sep 17 00:00:00 2001 From: ztplz Date: Thu, 7 Nov 2019 16:53:32 +0800 Subject: [PATCH] chore: fix typo (#432) --- packages/compiler-sfc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/compiler-sfc/README.md b/packages/compiler-sfc/README.md index 66a6dea34..26e61e6db 100644 --- a/packages/compiler-sfc/README.md +++ b/packages/compiler-sfc/README.md @@ -10,7 +10,7 @@ The API surface is intentionally minimal - the goal is to reuse as much as possi Since this package is more often used as a low-level utility, it is usually a transitive dependency in an actual Vue project. It is therefore the responsibility of the higher-level package (e.g. `vue-loader`) to inject `@vue/compiler-dom` via options when calling the `compileTemplate` methods. -Not listing it as a peer depedency also allows tooling authors to use a custom template compiler (built on top of `@vue/compiler-core`) instead of `@vue/compiler-dom`, without having to include it just to fullfil the peer dep requirement. +Not listing it as a peer dependency also allows tooling authors to use a custom template compiler (built on top of `@vue/compiler-core`) instead of `@vue/compiler-dom`, without having to include it just to fulfill the peer dep requirement. ## API