diff --git a/1.0.x/spring-cloud-contract.html b/1.0.x/spring-cloud-contract.html
index b663f1a055..af3a80aba1 100644
--- a/1.0.x/spring-cloud-contract.html
+++ b/1.0.x/spring-cloud-contract.html
@@ -6773,8 +6773,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
@@ -6800,8 +6800,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
@@ -6849,9 +6849,9 @@ That way you can assert on the size of the collection.