Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ The dispatcher must be compatible with `undici`'s
fetch(url, { dispatcher: new MyAgent() });
```

It is possible to change the global dispatcher in Node.js installing `undici` and using
It is possible to change the global dispatcher in Node.js by installing `undici` and using
the `setGlobalDispatcher()` method. Calling this method will affect both `undici` and
Node.js.

Expand Down
Loading