Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
speekha committed Jun 10, 2021
1 parent 1d1ebc0 commit 7d2a7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ calls. The syntax to create this client is very similar to the one for the stand
the mock configuration inside a `mock` section. Here is an example that shows how the mock configuration is added to a
regular Ktor client (with a CIO engine and JSON parsing with Kotlinx Serialization):
```kotlin
val client = mockablHttpClient(CIO) {
val client = mockableHttpClient(CIO) {
// This part defines the mock configuration to use
mock {
useDynamicMocks {
Expand Down

0 comments on commit 7d2a7d6

Please sign in to comment.