Skip to content

Commit 4553d01

Browse files
authored
Merge pull request #104499 from cpoDesign/patch-1
Fixing incorrect command for bash
2 parents 7fd7a32 + c5cde71 commit 4553d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/deploy-nextjs-hybrid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Begin by initializing a new Next.js application.
3131
1. Initialize the application using `npm init`. If you are prompted to install `create-next-app`, say yes.
3232

3333
```bash
34-
npm init next-app@latest -- --typescript
34+
npm init next-app@latest --typescript
3535
```
3636

3737
1. When prompted for an app name, enter **nextjs-app**.

0 commit comments

Comments
 (0)