Skip to content

Commit fce4d0c

Browse files
sileskystayseesong
andauthored
Update src/connections/sources/catalog/libraries/server/node/index.md
Co-authored-by: stayseesong <[email protected]>
1 parent 64eee9d commit fce4d0c

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 @@ Different parts of your application may require different types of batching, or
556556
const marketingAnalytics = new Analytics({ writeKey: 'MARKETING_WRITE_KEY' });
557557
const appAnalytics = new Analytics({ writeKey: 'APP_WRITE_KEY' });
558558
```
559-
## Overriding the default HTTP Client
559+
## Override the default HTTP Client
560560
561561
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:
562562

0 commit comments

Comments
 (0)