Skip to content

Commit 94483b1

Browse files
Apply suggestions from code review
Co-authored-by: Jun Lee <[email protected]>
1 parent d57f246 commit 94483b1

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/aegis/configuration-options

1 file changed

+2
-2
lines changed

src/content/docs/aegis/configuration-options/workers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Refer to the sections below for information on how Aegis pair up with Workers.
1313

1414
## `fetch`
1515

16-
[`fetch()` requests](/workers/runtime-apis/fetch/) to access services on your origin will use Aegis IP addresses.
16+
[`fetch()` requests](/workers/runtime-apis/fetch/) that access services on your origin will use Aegis IP addresses.
1717

18-
For Workers subrequests — meaning requests from one Worker to another — it is expected that different IPs are used. However, [`fetch()` requests](/workers/runtime-apis/fetch/) to external origins made by a Worker invoked via a subrequest will use Aegis IP addresses.
18+
Workers subrequests — requests from one Worker to another — are expected to use different IPs. However, [`fetch()` requests](/workers/runtime-apis/fetch/) to external origins made by a Worker invoked via a subrequest will use Aegis IP addresses.
1919

2020
## `connect`
2121

0 commit comments

Comments
 (0)