diff --git a/multi/multi__spring_cloud_contract_verifier_setup.html b/multi/multi__spring_cloud_contract_verifier_setup.html
index 810ca36cfd..dcf8617a4e 100644
--- a/multi/multi__spring_cloud_contract_verifier_setup.html
+++ b/multi/multi__spring_cloud_contract_verifier_setup.html
@@ -132,7 +132,7 @@ should be skipped. By default, it is an empty array.
$rootDir/src/test/resources/contracts.generatedTestSourcesDir: Specifies the test source directory where tests generated
from the Groovy DSL should be placed. By default its value is
$buildDir/generated-test-sources/contractVerifier.stubsOutputDir: Specifies the directory where the generated WireMock stubs from
-the Groovy DSL should be placed.targetFramework: Specifies the target test framework to be used. Currently, Spock, JUnit 4 (TestFramework.JUNIT and
+the Groovy DSL should be placed.testFramework: Specifies the target test framework to be used. Currently, Spock, JUnit 4 (TestFramework.JUNIT and
JUnit 5 are supported with JUnit 4 being the default framework.contractsProperties: a map containing properties to be passed to Spring Cloud Contract
components. Those properties might be used by e.g. inbuilt or custom Stub Downloaders.The following properties are used when you want to specify the location of the JAR
containing the contracts:
- contractDependency: Specifies the Dependency that provides
diff --git a/single/spring-cloud-contract.html b/single/spring-cloud-contract.html
index 954bfe4f2f..207b2733da 100644
--- a/single/spring-cloud-contract.html
+++ b/single/spring-cloud-contract.html
@@ -1534,7 +1534,7 @@ should be skipped. By default, it is an empty array.
$rootDir/src/test/resources/contracts.- generatedTestSourcesDir: Specifies the test source directory where tests generated
from the Groovy DSL should be placed. By default its value is
$buildDir/generated-test-sources/contractVerifier. - stubsOutputDir: Specifies the directory where the generated WireMock stubs from
-the Groovy DSL should be placed.
- targetFramework: Specifies the target test framework to be used. Currently, Spock, JUnit 4 (
TestFramework.JUNIT and
+the Groovy DSL should be placed. - testFramework: Specifies the target test framework to be used. Currently, Spock, JUnit 4 (
TestFramework.JUNIT and
JUnit 5 are supported with JUnit 4 being the default framework. - contractsProperties: a map containing properties to be passed to Spring Cloud Contract
components. Those properties might be used by e.g. inbuilt or custom Stub Downloaders.
The following properties are used when you want to specify the location of the JAR
containing the contracts:
- contractDependency: Specifies the Dependency that provides
diff --git a/spring-cloud-contract.xml b/spring-cloud-contract.xml
index 8f5f72b2e7..cbddf74319 100644
--- a/spring-cloud-contract.xml
+++ b/spring-cloud-contract.xml
@@ -2609,7 +2609,7 @@ from the Groovy DSL should be placed. By default its value is
the Groovy DSL should be placed.
-targetFramework: Specifies the target test framework to be used. Currently, Spock, JUnit 4 (TestFramework.JUNIT and
+testFramework: Specifies the target test framework to be used. Currently, Spock, JUnit 4 (TestFramework.JUNIT and
JUnit 5 are supported with JUnit 4 being the default framework.