From: Tycho Date: Thu, 26 Oct 2023 09:08:37 +0000 (+0800) Subject: chore: fix typo (#9306) X-Git-Tag: v3.4.0-alpha.1~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=edf2572615d0b065bb7ae49de4c3b71086771310;p=thirdparty%2Fvuejs%2Fcore.git chore: fix typo (#9306) --- diff --git a/.github/contributing.md b/.github/contributing.md index 9c385f1bcc..25628e2ba2 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -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`