Переглянути джерело

chore: fix typo in contributing guide (#589)

Turtuvshin Byambaa 6 роки тому
батько
коміт
7c90aa5539
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      .github/contributing.md

+ 1 - 1
.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`**: