Skip to content

Commit 8075cce

Browse files
authored
Fix typo
1 parent 2126435 commit 8075cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ Native PHP Streams
893893

894894
Responses implementing :class:`Symfony\\Contracts\\HttpClient\\ResponseInterface`
895895
can be cast to native PHP streams with
896-
:method:`Symfony\\Component\\HttpClient\\Response\\StreamWrapper::createResource``.
896+
:method:`Symfony\\Component\\HttpClient\\Response\\StreamWrapper::createResource`.
897897
This allows using them where native PHP streams are needed::
898898

899899
use Symfony\Component\HttpClient\HttpClient;

0 commit comments

Comments
 (0)