Skip to content

Commit

Permalink
apply suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi authored Oct 7, 2024
1 parent 55a9060 commit f9651ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-codemod/bin/upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ async function suggestTurbopack(packageJson: any): Promise<void> {
{
type: 'text',
name: 'customDevScript',
message: 'Please add "--turbo" to your dev command manually.',
message: 'Please manually add "--turbo" to your dev command.',
initial: devScript,
},
{ onCancel }
Expand Down

0 comments on commit f9651ba

Please sign in to comment.