From cb42d3e6adc7147aa4697efce24b12a51efc1e18 Mon Sep 17 00:00:00 2001 From: Ben Sheedy Date: Fri, 29 Apr 2022 09:53:58 +0100 Subject: [PATCH] fix(nuxi): typo in init message (#4685) --- packages/nuxi/src/commands/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nuxi/src/commands/init.ts b/packages/nuxi/src/commands/init.ts index 1394522738..a8854bb3cf 100644 --- a/packages/nuxi/src/commands/init.ts +++ b/packages/nuxi/src/commands/init.ts @@ -57,7 +57,7 @@ export default defineNuxtCommand({ '', `📁 \`cd ${rpath(dstDir)}\``, '💿 Install dependencies with `npm install` or `yarn install` or `pnpm install --shamefully-hoist`', - '🚀 Start development server with `npm run dev` or `yarn dev` or `pnpm run dev', + '🚀 Start development server with `npm run dev` or `yarn dev` or `pnpm run dev`', '' ].join('\n\n ')) }