From a830e4912ce0d90ef7d3a225c357ddd1ebcf325e Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Mon, 8 Jul 2024 16:27:57 +1000 Subject: [PATCH] doc(pact_verifier_cli): Fix grammar #418 --- rust/pact_verifier_cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/pact_verifier_cli/README.md b/rust/pact_verifier_cli/README.md index 2e94d555..33f31a08 100644 --- a/rust/pact_verifier_cli/README.md +++ b/rust/pact_verifier_cli/README.md @@ -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 ` option. This will +handle the verification for both types of interactions you need to use the `--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.