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
685685
686686When the HttpClient component is installed, an HTTP client is available
687687as a service named ``http_client `` or using the autowiring alias
688- :class: `Symfony\\ Constracts \\ HttpClient\\ HttpClientInterface `.
688+ :class: `Symfony\\ Contracts \\ HttpClient\\ HttpClientInterface `.
689689
690690This service can be configured using ``framework.http_client.default_options ``:
691691
@@ -722,7 +722,7 @@ use default options.
722722
723723Each scoped client also defines a corresponding named autowiring alias.
724724If you use for example
725- ``Symfony\Constracts \HttpClient\HttpClientInterface $myApiClient ``
725+ ``Symfony\Contracts \HttpClient\HttpClientInterface $myApiClient ``
726726as the type and name of an argument, autowiring will inject the ``my_api.client ``
727727service into your autowired classes.
728728
You can’t perform that action at this time.
0 commit comments