Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a84b426

Browse filesBrowse files
Juneezeemarco-ippolito
authored andcommitted
doc: fix grammar in global dispatcher usage
Add missing preposition "by" to clarify how to change the global dispatcher. PR-URL: #59344 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent ffd0ada commit a84b426
Copy full SHA for a84b426

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/api/globals.md‎

Copy file name to clipboardExpand all lines: doc/api/globals.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ The dispatcher must be compatible with `undici`'s
520520
fetch(url, { dispatcher: new MyAgent() });
521521
```
522522

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.