From da107bc27cd3abf0efa01251363cbba75195f69a Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Mon, 19 Aug 2019 16:32:50 +0200 Subject: [PATCH] Fixes gh-1174. --- docs/src/main/asciidoc/verifier_contract.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/verifier_contract.adoc b/docs/src/main/asciidoc/verifier_contract.adoc index fcc0b9fd28..ee3f4a00d9 100644 --- a/docs/src/main/asciidoc/verifier_contract.adoc +++ b/docs/src/main/asciidoc/verifier_contract.adoc @@ -1758,7 +1758,7 @@ The corresponding generated stub might be as follows: ==== Pact for Consumers -On the producer side, you must add two additional dependencies to your project +On the consumer side, you must add two additional dependencies to your project dependencies. One is the Spring Cloud Contract Pact support, and the other represents the current Pact version that you use.