8000 Fix list usage · symfony/symfony-docs@afcdba2 · GitHub
[go: up one dir, main page]

Skip to content

Commit afcdba2

Browse files
committed
Fix list usage
It reads more natural now
1 parent 80efc88 commit afcdba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http_client.rst

Lines changed: 2 additions & 2 deletions
< 47DB tr class="diff-line-row">
Original file line numberDiff line numberDiff line change
@@ -929,8 +929,8 @@ HTTP Compression
929929

930930
The HTTP header ``Accept-Encoding: gzip`` is added automatically if:
931931

932-
* When using cURL client: cURL was compiled with ZLib support (see ``php --ri curl``)
933-
* When using the native HTTP client: `Zlib PHP extension`_ is installed
932+
* using cURL client: cURL was compiled with ZLib support (see ``php --ri curl``)
933+
* using the native HTTP client: `Zlib PHP extension`_ is installed
934934

935935
If the server does respond with a gzipped response, it's decoded transparently.
936936
To disable HTTP compression, send an ``Accept-Encoding: identity`` HTTP header.

0 commit comments

Comments
 (0)
0