File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -685,7 +685,7 @@ http_client
685
685
686
686
When the HttpClient component is installed, an HTTP client is available
687
687
as a service named ``http_client `` or using the autowiring alias
688
- :class: `Symfony\\ Constracts \\ HttpClient\\ HttpClientInterface `.
688
+ :class: `Symfony\\ Contracts \\ HttpClient\\ HttpClientInterface `.
689
689
690
690
This service can be configured using ``framework.http_client.default_options ``:
691
691
@@ -722,7 +722,7 @@ use default options.
722
722
723
723
Each scoped client also defines a corresponding named autowiring alias.
724
724
If you use for example
725
- ``Symfony\Constracts \HttpClient\HttpClientInterface $myApiClient ``
725
+ ``Symfony\Contracts \HttpClient\HttpClientInterface $myApiClient ``
726
726
as the type and name of an argument, autowiring will inject the ``my_api.client ``
727
727
service into your autowired classes.
728
728
You can’t perform that action at this time.
0 commit comments