Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf committed Mar 14, 2024
1 parent c79c2a4 commit 77358d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BREAKING-CHANGE.tmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Content-Encoding: gzip

# How to migrate

If you are using the default OkHttp engine and **do not want** to decompress response bodies, the no change is necessary.
If you are using the default OkHttp engine and **do not want** to decompress response bodies, then no change is necessary.

If you **do want** to decompress response bodies, you will need to update your code. Response bodies may be decompressed using JVM's [`GZIPInputStream`](https://docs.oracle.com/javase/8/docs/api/java/util/zip/GZIPInputStream.html) and the [`ByteStream.toInputStream()`](https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/latest/runtime-core/aws.smithy.kotlin.runtime.content/to-input-stream.html) extension function:

Expand Down

0 comments on commit 77358d9

Please sign in to comment.