We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c80e3 commit 1ea204eCopy full SHA for 1ea204e
doc/api/globals.md
@@ -537,7 +537,7 @@ The dispatcher must be compatible with `undici`'s
537
fetch(url, { dispatcher: new MyAgent() });
538
```
539
540
-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
541
the `setGlobalDispatcher()` method. Calling this method will affect both `undici` and
542
Node.js.
543
0 commit comments