From 86f985ff877955a2252eddac982380ffc83e9571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20M=C3=BChl?= Date: Mon, 27 Sep 2021 01:29:04 +0200 Subject: [PATCH] Typo in decoder.rst --- plugins/decoder.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/decoder.rst b/plugins/decoder.rst index 207bdab..2520963 100644 --- a/plugins/decoder.rst +++ b/plugins/decoder.rst @@ -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.