]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo in contributing guide (#589)
authorTurtuvshin Byambaa <toroo.byamba@gmail.com>
Tue, 7 Jan 2020 10:33:22 +0000 (18:33 +0800)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Tue, 7 Jan 2020 10:33:22 +0000 (11:33 +0100)
.github/contributing.md

index 6c3e48bfd81ddfb5fbc3dc74d577778042dca758..62572bc435f944c53895a63573765645484a16af 100644 (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`**: