Skip to content

Commit 3d2131a

Browse files
authored
[Workers, RefArch] Fix typo (#24704)
1 parent 5f466bb commit 3d2131a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/reference-architecture/diagrams/sase/augment-access-with-serverless.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The code typically makes calls to either a [database](/d1/) or another API to ev
5959

6060
<LinkCard
6161
title="Learn more"
62-
description="External authorization with Clouflare's external evaluation functionality"
62+
description="External authorization with Cloudflare's external evaluation functionality"
6363
href="/cloudflare-one/policies/access/external-evaluation/"
6464
/>
6565

src/content/docs/workers/runtime-apis/nodejs/http.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default {
117117
};
118118
```
119119

120-
The following options passed to the `request` (and `get`) method are not supported due to the differences required by Coudflare Workers implementation of `node:http` as a wrapper around the global `fetch` API:
120+
The following options passed to the `request` (and `get`) method are not supported due to the differences required by Cloudflare Workers implementation of `node:http` as a wrapper around the global `fetch` API:
121121

122122
- `maxHeaderSize`
123123
- `insecureHTTPParser`

0 commit comments

Comments
 (0)