diff --git a/src/content/docs/workers/framework-guides/web-apps/nextjs.mdx b/src/content/docs/workers/framework-guides/web-apps/nextjs.mdx index 908a6a9b26e2c35..c039a5c876ee2d4 100644 --- a/src/content/docs/workers/framework-guides/web-apps/nextjs.mdx +++ b/src/content/docs/workers/framework-guides/web-apps/nextjs.mdx @@ -24,7 +24,7 @@ import { args="my-next-app --framework=next" /> -This is a simple getting started guide. For detailed documentation on how the to use the Cloudflare OpenNext adapter, visit the [OpenNext website](https://opennext.js.org/cloudflare). +This is a simple getting started guide. For detailed documentation on how to use the Cloudflare OpenNext adapter, visit the [OpenNext website](https://opennext.js.org/cloudflare). ## What is Next.js? @@ -180,7 +180,7 @@ You can convert an existing Next.js application to run on Cloudflare 7. **Test your site with the Cloudflare adapter.** The command used in the previous step uses the Next.js development server to offer a great developer experience. - However your application will run on Cloudflare Workers so you want to run your integration tests and verify that your application workers correctly in this environment. + However your application will run on Cloudflare Workers so you want to run your integration tests and verify that your application works correctly in this environment.