Skip to content

Commit

Permalink
doc(pact_verifier_cli): Fix grammar #418
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jul 8, 2024
1 parent 8cc4c14 commit a830e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/pact_verifier_cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ plugin to be able to be loaded.
### Verifying both HTTP and message interactions

V4 Pact files can support both HTTP and message-based interactions in the same file. In this case, the be able to
handle the verification both types of interactions you need to use the `--transports <transports>` option. This will
handle the verification for both types of interactions you need to use the `--transports <transports>` option. This will
allow configuring different ports to send the different requests to.

For example, `--transports http:8080 message:8081` will send HTTP requests to port 8080 and message requests to port 8081.

0 comments on commit a830e49

Please sign in to comment.