From d20860f4febbab7ddc8f1ad84141a4accdd7045f Mon Sep 17 00:00:00 2001 From: ttttcy Date: Thu, 28 Sep 2023 11:41:39 +0800 Subject: [PATCH] chore: fix typo --- .github/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/contributing.md b/.github/contributing.md index 035cfb77a81..6202e38b754 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`