diff --git a/src/content/docs/pages/framework-guides/nextjs/ssr/supported-features.mdx b/src/content/docs/pages/framework-guides/nextjs/ssr/supported-features.mdx index c51c0b8bd25334b..bf6a08f8349f097 100644 --- a/src/content/docs/pages/framework-guides/nextjs/ssr/supported-features.mdx +++ b/src/content/docs/pages/framework-guides/nextjs/ssr/supported-features.mdx @@ -45,7 +45,7 @@ If you need to use other APIs from Node.js, you should use [`@opennextjs/cloudfl ### Routers -Cloudlflare recommends using the [App router](https://nextjs.org/docs/app) from Next.js. +Cloudflare recommends using the [App router](https://nextjs.org/docs/app) from Next.js. Cloudflare also supports the older [Pages](https://nextjs.org/docs/pages) router from Next.js. diff --git a/src/content/docs/support/troubleshooting/http-status-codes/2xx-success.mdx b/src/content/docs/support/troubleshooting/http-status-codes/2xx-success.mdx index e5590b5fef26e1b..dd0f2437d00d474 100644 --- a/src/content/docs/support/troubleshooting/http-status-codes/2xx-success.mdx +++ b/src/content/docs/support/troubleshooting/http-status-codes/2xx-success.mdx @@ -32,7 +32,7 @@ A 201 response indicates the successful creation of one or more new resources. T Creating a new resource in response to a POST request. For example, creating a new user, article, or record. -### Cloudlare-specific information +### Cloudflare-specific information Cloudflare forwards 201 responses without modification. @@ -46,7 +46,7 @@ A 203 response indicates that the request was successful, but the response did n Servers use this response to tell a client that the resource was cached by a proxy server. -### Cloudlare-specific information +### Cloudflare-specific information Cloudflare does not cache 203 responses. For details about how Cloudflare handles 203 responses, refer to [Cloudflare HTTP headers](/fundamentals/reference/http-headers/).