From 9b10f05aff90c524b11523db642fa26328f08a77 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 28 Apr 2022 10:45:13 +0100 Subject: [PATCH] fix: typo cli --- 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 13945227381..a8854bb3cf3 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 ')) }