8000 minor #18988 Fix list usage (OskarStark) · symfony/symfony-docs@d497012 · GitHub
[go: up one dir, main page]

Skip to content

Commit d497012

Browse files
committed
minor #18988 Fix list usage (OskarStark)
This PR was merged into the 5.4 branch. Discussion ---------- Fix list usage It reads more natural now <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 `6.x` for features of unreleased versions). --> Commits ------- afcdba2 Fix list usage
2 parents 80efc88 + afcdba2 commit d497012

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
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