Skip to content

Commit 0216c08

Browse files
authored
fix(wizard): typos (#931)
1 parent ae936e5 commit 0216c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/devtools-wizard/src/builtin.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function toggleConfig(cwd: string, value?: boolean) {
5555
}
5656
else {
5757
consola.log('')
58-
consola.log('We are going to update the Nuxt config with with the following changes:')
58+
consola.log('We are going to update the Nuxt config with the following changes:')
5959
consola.log(colors.bold(colors.green(`./${relative(cwd, nuxtConfig)}`)))
6060
consola.log('')
6161
printDiffToCLI(source, generated)

0 commit comments

Comments
 (0)