Skip to content

Commit

Permalink
Fix typo on per-request-configuration.asciidoc (#1155)
Browse files Browse the repository at this point in the history
Just a tiny typo.
  • Loading branch information
Psyker authored Aug 4, 2021
1 parent 4ed0d7c commit 0ca2de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/per-request-configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0ca2de2

Please sign in to comment.