diff --git a/spring-cloud-contract.html b/spring-cloud-contract.html
index cd19f4baf4..adf0e27e81 100644
--- a/spring-cloud-contract.html
+++ b/spring-cloud-contract.html
@@ -6772,8 +6772,8 @@ For stubMatchers:
byValue(…) - the value taken from the response via the provided JSON Path needs
-to be equal to the provided value
byEquality() - the value taken from the response via the provided JSON Path needs
+to be equal to the provided value in the contract
byRegex(…) - the value taken from the response via the provided JSON Path needs
@@ -6799,8 +6799,8 @@ match the regex for ISO Time
byValue(…) - the value taken from the response via the provided JSON Path needs
-to be equal to the provided value
byEquality() - the value taken from the response via the provided JSON Path needs
+to be equal to the provided value in the contract
byRegex(…) - the value taken from the response via the provided JSON Path needs
@@ -6848,9 +6848,9 @@ That way you can assert on the size of the collection.