From: Turtuvshin Byambaa Date: Tue, 7 Jan 2020 10:33:22 +0000 (+0800) Subject: chore: fix typo in contributing guide (#589) X-Git-Tag: v3.0.0-alpha.2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c90aa55394c8cd3097081088333cf268f445f25;p=thirdparty%2Fvuejs%2Fcore.git chore: fix typo in contributing guide (#589) --- diff --git a/.github/contributing.md b/.github/contributing.md index 6c3e48bfd8..62572bc435 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -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`**: