From 0ca2de20c9231b3dadc1dc0df0c587e2e7081b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Bourgoin?= Date: Wed, 4 Aug 2021 08:20:34 +0200 Subject: [PATCH] Fix typo on per-request-configuration.asciidoc (#1155) Just a tiny typo. --- docs/per-request-configuration.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/per-request-configuration.asciidoc b/docs/per-request-configuration.asciidoc index 8e045d135..9bedf7c9c 100644 --- a/docs/per-request-configuration.asciidoc +++ b/docs/per-request-configuration.asciidoc @@ -253,7 +253,7 @@ Array It is possible to configure per-request curl timeouts via the `timeout` and `connect_timeout` parameters. These control the client-side, curl timeouts. The -`connect_timeout` paramter controls how long curl should wait for the "connect" +`connect_timeout` parameter controls how long curl should wait for the "connect" phase to finish, while the `timeout` parameter controls how long curl should wait for the entire request to finish.