From de91d56fed2228fbd7ceceed40d800e7af08360f Mon Sep 17 00:00:00 2001 From: zkochan Date: Sun, 25 Sep 2016 20:05:18 +0300 Subject: [PATCH] fix: fix typo in breaking change tips --- src/api/initCmd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/initCmd.ts b/src/api/initCmd.ts index c8c3313c87..a47254391a 100644 --- a/src/api/initCmd.ts +++ b/src/api/initCmd.ts @@ -124,7 +124,7 @@ function structureChangeMsg (moreInfo: string): string { Remove it and run pnpm again. ${moreInfo} TIPS: - If you have a shared store, remove both the node_modules and the shared shore. + If you have a shared store, remove both the node_modules and the shared store. Otherwise just run \`rm -rf node_modules\` ` }