Skip to content

Commit a0ca5b8

Browse files
committed
fixup! Detail -> Details
1 parent 2b3b8cd commit a0ca5b8

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ You can deploy your Next.js app to Cloudflare Workers using the OpenNext adaptor
6161

6262
<PackageManagers type="run" args="preview" />
6363

64-
<Detail title="What's the difference between dev and preview?">
64+
<Details title="What's the difference between dev and preview?">
6565
The command used in the previous step uses the Next.js development server, which runs in Node.js.
6666
However, your deployed application will run on Cloudflare Workers, which uses the `workerd` runtime. Therefore when running integration tests and previewing your application, you should use the preview command, which is more accurate to production, as it executes your application in the `workerd` runtime using `wrangler dev`.
67-
</Detail>
67+
</Details>
6868

6969

7070
4. **Deploy your project.**

0 commit comments

Comments
 (0)