Skip to content

Commit 4286bc9

Browse files
chore: add a missing period to rspack description (#86526)
## Summary Documentation: - Add a missing period to the `--rspack` option description in the create-next-app CLI help output. Co-authored-by: Joseph <joseph.chamochumbi@vercel.com>
1 parent faf8196 commit 4286bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-next-app/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const program = new Command(packageJson.name)
5757
.option('--src-dir', "Initialize inside a 'src/' directory.")
5858
.option('--turbopack', 'Enable Turbopack as the bundler.')
5959
.option('--webpack', 'Enable Webpack as the bundler.')
60-
.option('--rspack', 'Enable Rspack as the bundler')
60+
.option('--rspack', 'Enable Rspack as the bundler.')
6161
.option(
6262
'--import-alias <prefix/*>',
6363
'Specify import alias to use (default "@/*").'

0 commit comments

Comments
 (0)