Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Peltoche committed Oct 1, 2018
1 parent 9f4a029 commit 71fbbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func Example_post_request_validation() {
panic(err)
}

// Create a client which matches the requests/responses agains the given
// Create a client which matches the requests/responses against the given
// specs.
client := http.Client{
Transport: oaichecker.NewTransport(specs),
Expand Down

0 comments on commit 71fbbe8

Please sign in to comment.