Skip to content

Commit

Permalink
Update testing.md
Browse files Browse the repository at this point in the history
fix `deflate` typo in description of compression feature
  • Loading branch information
geemus authored and olleolleolle committed Dec 13, 2023
1 parent 3e27447 commit 342e7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/adapters/custom/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 342e7e6

Please sign in to comment.