Skip to content

Commit 302de79

Browse files
pedrosousasdnts
authored andcommitted
[Support, Pages] Fix typos (cloudflare#23841)
1 parent 4e460ae commit 302de79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/pages/framework-guides/nextjs/ssr/supported-features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If you need to use other APIs from Node.js, you should use [`@opennextjs/cloudfl
4545

4646
### Routers
4747

48-
Cloudlflare recommends using the [App router](https://nextjs.org/docs/app) from Next.js.
48+
Cloudflare recommends using the [App router](https://nextjs.org/docs/app) from Next.js.
4949

5050
Cloudflare also supports the older [Pages](https://nextjs.org/docs/pages) router from Next.js.
5151

src/content/docs/support/troubleshooting/http-status-codes/2xx-success.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A 201 response indicates the successful creation of one or more new resources. T
3232

3333
Creating a new resource in response to a POST request. For example, creating a new user, article, or record.
3434

35-
### Cloudlare-specific information
35+
### Cloudflare-specific information
3636

3737
Cloudflare forwards 201 responses without modification.
3838

@@ -46,7 +46,7 @@ A 203 response indicates that the request was successful, but the response did n
4646

4747
Servers use this response to tell a client that the resource was cached by a proxy server.
4848

49-
### Cloudlare-specific information
49+
### Cloudflare-specific information
5050

5151
Cloudflare does not cache 203 responses. For details about how Cloudflare handles 203 responses, refer to [Cloudflare HTTP headers](/fundamentals/reference/http-headers/).
5252

0 commit comments

Comments
 (0)