From 147aaad75583213855fce40f069a58380b8822ed Mon Sep 17 00:00:00 2001 From: Wesley Beary Date: Wed, 13 Dec 2023 14:13:56 -0600 Subject: [PATCH] Update testing.md fix `deflate` typo in description of compression feature --- docs/adapters/custom/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adapters/custom/testing.md b/docs/adapters/custom/testing.md index 4c2397920..032ed3002 100644 --- a/docs/adapters/custom/testing.md +++ b/docs/adapters/custom/testing.md @@ -48,7 +48,7 @@ end | Feature | Description | |----------------------------------|----------------------------------------------------------------------------------------------------------| -| `:compression` | Tests that your adapter can handle `gzip` and `defalte` compressions. | +| `:compression` | Tests that your adapter can handle `gzip` and `deflate` compressions. | | `:local_socket_binding` | Tests that your adapter supports binding to a local socket via the `:bind` request option. | | `:parallel` | Tests that your adapter supports parallel requests. See [Parallel requests][parallel] for more details. | | `:reason_phrase_parse` | Tests that your adapter supports parsing the `reason_phrase` from the response. |