Skip to content

Commit

Permalink
Update nextjs-wizard.ts
Browse files Browse the repository at this point in the history
Added a missing word "you" in a couple of the wizard steps because it read like a typo:
`Did add the code to your app/global-error.tsx file as described above?`
  • Loading branch information
nikolovlazar authored Oct 17, 2024
1 parent 4600ee3 commit b4cb9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nextjs/nextjs-wizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export async function runNextjsWizardWithTelemetry(

const shouldContinue = await abortIfCancelled(
clack.confirm({
message: `Did add the code to your ${chalk.cyan(
message: `Did you add the code to your ${chalk.cyan(
path.join(...pagesLocation, underscoreErrorPageFile),
)} file as described above?`,
active: 'Yes',
Expand Down Expand Up @@ -278,7 +278,7 @@ export async function runNextjsWizardWithTelemetry(

const shouldContinue = await abortIfCancelled(
clack.confirm({
message: `Did add the code to your ${chalk.cyan(
message: `Did you add the code to your ${chalk.cyan(
path.join(...appDirLocation, globalErrorPageFile),
)} file as described above?`,
active: 'Yes',
Expand Down

0 comments on commit b4cb9a8

Please sign in to comment.