Skip to content

Commit 1e85665

Browse files
SirRFIrafal
authored and
rafal
committed
[HttpClient] Fix formatting error and typo
1 parent 838260a commit 1e85665

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

http_client.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@ to also test the request itself? ``MockResponse`` comes with helper methods:
14731473
* ``getRequestMethod()`` - returns HTTP method
14741474
* ``getRequestUrl()`` - returns URL the request would be sent to
14751475
* ``getRequestOptions()`` - returns an array containing other information about
1476-
the request such as headers, query parameters, body content etc.
1476+
the request such as headers, query parameters, body content etc.
14771477

14781478
Usage example::
14791479

@@ -1499,8 +1499,8 @@ Usage example::
14991499
Example
15001500
~~~~~~~
15011501

1502-
The following standalone example demonstrates a way to HTTP client and test it
1503-
in real application::
1502+
The following standalone example demonstrates a way to use HTTP client and
1503+
test it in real application::
15041504

15051505
// ExternalArticleService.php
15061506
use Symfony\Contracts\HttpClient\HttpClientInterface;

0 commit comments

Comments
 (0)