Skip to content

Commit

Permalink
Fix typo in reponse (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
mixno373 authored Aug 21, 2020
1 parent 188b5c5 commit 63b3349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitbook/core/response-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Kohttp methods return `okhttp3.Response` which is `AutoClosable` It's strictly r
```kotlin
val response = httpGet { ... }

reponse.use {
response.use {
...
}
```
Expand Down

0 comments on commit 63b3349

Please sign in to comment.