Skip to content

Commit 19736af

Browse files
Improving wording
Co-authored-by: rchinn-segment <[email protected]>
1 parent 4ee190a commit 19736af

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/server/node

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/server/node/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ const appAnalytics = new Analytics({ writeKey: 'APP_WRITE_KEY' });
556556
```
557557
## AnalyticsHTTPClient
558558
559-
We attempt to use the global `fetch` implementation if available in order to support several diverse environments. Some special cases (e.g. http proxy) may require a different implementation for http communication. A customized wrapper can be provided in the Analytics configuration to support this. Here are a few approaches:
559+
Segment attempts to use the global `fetch` implementation if available in order to support several diverse environments. Some special cases (for example, http proxy) may require a different implementation for http communication. You can provide a customized wrapper in the Analytics configuration to support this. Here are a few approaches:
560560
561561
Use a custom fetch-like implementation with proxy (simple, recommended)
562562
```

0 commit comments

Comments
 (0)