Skip to content

Commit

Permalink
Merge pull request #292 from tobiasmuehl/patch-1
Browse files Browse the repository at this point in the history
Typo in decoder.rst
  • Loading branch information
dbu committed Sep 27, 2021
2 parents 22af083 + 86f985f commit ccfae36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/decoder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ by setting the ``use_content_encoding`` configuration option to false::

$decoderPlugin = new DecoderPlugin(['use_content_encoding' => false]);

Not decoding content is useful when you don't want to get the encoded response body, or acting as a proxy but sill
Not decoding content is useful when you don't want to get the encoded response body, or acting as a proxy but still
be able to decode message from the ``Transfer-Encoding`` header value.

0 comments on commit ccfae36

Please sign in to comment.