From 0d8b11e1fc914974c073e31839ef1b35ab5d35e0 Mon Sep 17 00:00:00 2001 From: Yu Lia <1938793150@qq.com> Date: Sat, 14 Feb 2026 17:07:36 +0800 Subject: [PATCH] fix: typos --- packages/devtools-wizard/src/builtin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devtools-wizard/src/builtin.ts b/packages/devtools-wizard/src/builtin.ts index 656c575aab..448daa27c8 100644 --- a/packages/devtools-wizard/src/builtin.ts +++ b/packages/devtools-wizard/src/builtin.ts @@ -55,7 +55,7 @@ async function toggleConfig(cwd: string, value?: boolean) { } else { consola.log('') - consola.log('We are going to update the Nuxt config with with the following changes:') + consola.log('We are going to update the Nuxt config with the following changes:') consola.log(colors.bold(colors.green(`./${relative(cwd, nuxtConfig)}`))) consola.log('') printDiffToCLI(source, generated)