From b8eeccd9ac780a67af9613cad985972aeeccb8c3 Mon Sep 17 00:00:00 2001 From: Emmanuel Meric de Bellefon Date: Sat, 22 Mar 2025 18:39:04 +0100 Subject: [PATCH] Update Agent.md --- docs/docs/api/Agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/api/Agent.md b/docs/docs/api/Agent.md index 43b8d30ff5c..5141ce3d3a7 100644 --- a/docs/docs/api/Agent.md +++ b/docs/docs/api/Agent.md @@ -2,7 +2,7 @@ Extends: `undici.Dispatcher` -Agent allow dispatching requests against multiple different origins. +Agent allows dispatching requests against multiple different origins. Requests are not guaranteed to be dispatched in order of invocation.