Skip to content

Commit c59a2de

Browse files
committed
minor #13153 Fix typo (jdreesen)
This PR was merged into the 4.4 branch. Discussion ---------- Fix typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 8075cce Fix typo
2 parents 5700b2e + 8075cce commit c59a2de

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)