]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo (#432)
authorztplz <mysticzt@gmail.com>
Thu, 7 Nov 2019 08:53:32 +0000 (16:53 +0800)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Thu, 7 Nov 2019 08:53:32 +0000 (09:53 +0100)
packages/compiler-sfc/README.md

index 66a6dea344c40b7bb08e4925dd05928e2422fc92..26e61e6db0554edf99c8daca011be690cd39f859 100644 (file)
@@ -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