Skip to content

Commit

Permalink
Fix comma/typo (#2325)
Browse files Browse the repository at this point in the history
  • Loading branch information
magdzikk authored Oct 24, 2024
1 parent 4a5d242 commit a036fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,12 +285,12 @@ backend.whenAnyRequest.thenRespond(webSocketStub)
There is a possiblity to add error responses as well. If this is not enough, using a custom implementation of
the `WebSocket` trait is recommended.

## Verifying, that a request was sent
## Verifying that a request was sent

Using `RecordingSttpBackend` it's possible to capture all interactions in which a backend has been involved.

The recording backend is a [backend wrapper](backends/wrappers/custom.md), and it can wrap any backend, but it's most
useful when combine with the backend stub.
useful when combined with the backend stub.

Example usage:

Expand Down

0 comments on commit a036fc7

Please sign in to comment.