Skip to content

Commit 007d089

Browse files
committed
fix(docs): use consistent spelling for ‘adapter’
1 parent ef39308 commit 007d089

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/troubleshooting/known-limitations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Resolve-DnsName -Name google.com
4444

4545
## 4G/5G embedded modules
4646

47-
Because of how the WARP client instantiates the local DNS Proxy, it is incompatible with 4G/5G cellular adaptors which have IPv6 enabled. To run WARP on these devices, you will need to disable IPv6 on the system.
47+
Because of how the WARP client instantiates the local DNS Proxy, it is incompatible with 4G/5G cellular adapters which have IPv6 enabled. To run WARP on these devices, you will need to disable IPv6 on the system.
4848

4949
:::note
5050

src/content/docs/workers/framework-guides/web-apps/astro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ If your Astro project uses [on demand rendering (also known as SSR)](https://doc
160160
</WranglerConfig>
161161
<Details header="What's this configuration doing?">
162162
The key parts of this config are:
163-
- `main` points to the entry point of your Worker script. This is generated by the Astro adaptor, and is what powers your server-rendered pages.
163+
- `main` points to the entry point of your Worker script. This is generated by the Astro adapter, and is what powers your server-rendered pages.
164164
- `assets.directory` tells Wrangler where to find your static assets. In this case, we're telling Wrangler to look in the `./dist` directory. If your assets are in a different directory, update the `directory` value accordingly.
165165

166166
Read more about [Wrangler configuration options](/workers/wrangler/configuration/) and [asset configuration options](/workers/wrangler/configuration/#assets).

src/content/docs/workers/framework-guides/web-apps/nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This is a simple getting started guide. For detailed documentation on how the to
3232

3333
Next.js supports Server-side and Client-side rendering, as well as Partial Prerendering which lets you combine static and dynamic components in the same route.
3434

35-
You can deploy your Next.js app to Cloudflare Workers using the OpenNext adaptor.
35+
You can deploy your Next.js app to Cloudflare Workers using the OpenNext adapter.
3636

3737
## Next.js supported features
3838

src/content/docs/workers/static-assets/migration-guides/migrate-from-pages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Migrating from Cloudflare Pages to Cloudflare Workers is often a straightforward
3232

3333
### Frameworks
3434

35-
If your Pages project uses [a popular framework](/workers/framework-guides/), most frameworks already have adaptors available for Cloudflare Workers. Switch out any Pages-specific adaptors for the Workers equivalent and follow any guidance that they provide.
35+
If your Pages project uses [a popular framework](/workers/framework-guides/), most frameworks already have adapters available for Cloudflare Workers. Switch out any Pages-specific adapters for the Workers equivalent and follow any guidance that they provide.
3636

3737
### Project configuration
3838

0 commit comments

Comments
 (0)