Skip to content

Commit 5555409

Browse files
committed
🚿
1 parent d4eb58a commit 5555409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HTTPOptionsTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ protected function setCA():void{
171171
.'HTTPOptions::$ca_info or HTTPOptions::$curl_options. If you do not need a specific certificate bundle, '
172172
.'then you can download a CA bundle over here: https://curl.haxx.se/docs/caextract.html. '
173173
.'Once you have a CA bundle available on disk, you can set the "curl.cainfo" php.ini setting to point '
174-
.'to the path to the file, allowing you to omit the $ca_info or $curl_options setting. '
174+
.'to the path of the file, allowing you to omit the $ca_info or $curl_options setting. '
175175
.'See http://curl.haxx.se/docs/sslcerts.html for more information.';
176176

177177
throw new ClientException($msg); // @codeCoverageIgnore

0 commit comments

Comments
 (0)