]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo (#9306)
authorTycho <jh.leong@outlook.com>
Thu, 26 Oct 2023 09:08:37 +0000 (17:08 +0800)
committerGitHub <noreply@github.com>
Thu, 26 Oct 2023 09:08:37 +0000 (17:08 +0800)
.github/contributing.md

index 9c385f1bcc9d83a1705e396e2149e4e0d664ccb2..25628e2ba211d49fb9d2954b15e127df6b2dc283 100644 (file)
@@ -181,7 +181,7 @@ Shortcut for starting the SFC Playground in local dev mode. This provides the fa
 
 ### `nr dev-esm`
 
-Builds and watches `vue/dist/vue-runtime.esm-bundler.js` with all deps inlined using esbuild. This is useful when debugging the ESM build in a reproductions that require real build setups: link `packages/vue` globally, then link it into the project being debugged.
+Builds and watches `vue/dist/vue-runtime.esm-bundler.js` with all deps inlined using esbuild. This is useful when debugging the ESM build in a reproduction that requires real build setups: link `packages/vue` globally, then link it into the project being debugged.
 
 ### `nr dev-compiler`