chore: fix typo in contributing guide (#589)

This commit is contained in:
Turtuvshin Byambaa 2020-01-07 18:33:22 +08:00 committed by Eduardo San Martin Morote
parent 54bb820f73
commit 7c90aa5539

View File

@ -81,7 +81,7 @@ By default, each package will be built in multiple distribution formats as speci
- Does not ship a minified build (to be done together with the rest of the code after bundling)
- For use with bundlers like `webpack`, `rollup` and `parcel`.
- Imports dependencies (e.g. `@vue/runtime-core`, `@vue/runtime-compiler`)
- Imported depdencies are also `esm-bundler` builds and will in turn import their dependencies (e.g. `@vue/runtime-core` imports `@vue/reactivity`)
- Imported dependencies are also `esm-bundler` builds and will in turn import their dependencies (e.g. `@vue/runtime-core` imports `@vue/reactivity`)
- This means you **can** install/import these deps without ending up with different instances of these dependencies
- **`esm`**: