◐ Shell
clean mode source ↗

doc: fix grammar in global dispatcher usage · nodejs/node@8341916

Original file line numberDiff line numberDiff line change

@@ -537,7 +537,7 @@ The dispatcher must be compatible with `undici`'s

537537

fetch(url, { dispatcher: new MyAgent() });

538538

```

539539
540-

It is possible to change the global dispatcher in Node.js installing `undici` and using

540+

It is possible to change the global dispatcher in Node.js by installing `undici` and using

541541

the `setGlobalDispatcher()` method. Calling this method will affect both `undici` and

542542

Node.js.

543543