Skip to content

Commit afd8b1c

Browse files
Update src/content/docs/workers/frameworks/framework-guides/nextjs.mdx
Co-authored-by: Dario Piotrowicz <[email protected]>
1 parent 7d8bb00 commit afd8b1c

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/frameworks/framework-guides

1 file changed

+1
-1
lines changed

src/content/docs/workers/frameworks/framework-guides/nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ You can continue to run `next dev` when developing locally.
103103

104104
### 6. Preview locally your application and create an OpenNext config file
105105

106-
In step 3, we also added the `npm run preview`, which allows you to quickly preview your app running locally in the Workers runtime, rather than in Node.js.
106+
In step 3, we also added the `npm run preview` script, which allows you to quickly preview your app running locally in the Workers runtime, rather than in Node.js.
107107
This allows you to test changes in the same runtime that your app runs in, when deployed to Cloudflare:
108108

109109
```sh

0 commit comments

Comments
 (0)