diff --git a/multi/multi__spring_cloud_contract_verifier_setup.html b/multi/multi__spring_cloud_contract_verifier_setup.html
index e616c64a16..be9450bf36 100644
--- a/multi/multi__spring_cloud_contract_verifier_setup.html
+++ b/multi/multi__spring_cloud_contract_verifier_setup.html
@@ -145,7 +145,7 @@ closure to set it up.
* contractsMode: Specifies the mode of downloading contracts (whether the
JAR is available offline, remotely etc.)
* contractsSnapshotCheckSkip: If set to true will not assert whether the
-downloaded stubs / contract JAR was downloaded from a remote location or a local one
+downloaded stubs / contract JAR was downloaded from a remote location or a local one(only applicable to Maven repos, not Git or Pact).
* deleteStubsAfterTest: If set to false will not remove any downloaded
contracts from temporary directories
When using Spring Cloud Contract Verifier in default MockMvc, you need to create a base
specification for all generated acceptance tests. In this class, you need to point to an
diff --git a/single/spring-cloud-contract.html b/single/spring-cloud-contract.html
index ace4970eba..2537b34fc0 100644
--- a/single/spring-cloud-contract.html
+++ b/single/spring-cloud-contract.html
@@ -1567,7 +1567,7 @@ closure to set it up.
* contractsMode: Specifies the mode of downloading contracts (whether the
JAR is available offline, remotely etc.)
* contractsSnapshotCheckSkip: If set to true will not assert whether the
-downloaded stubs / contract JAR was downloaded from a remote location or a local one
+downloaded stubs / contract JAR was downloaded from a remote location or a local one(only applicable to Maven repos, not Git or Pact).
* deleteStubsAfterTest: If set to false will not remove any downloaded
contracts from temporary directories
When using Spring Cloud Contract Verifier in default MockMvc, you need to create a base
specification for all generated acceptance tests. In this class, you need to point to an
diff --git a/spring-cloud-contract.xml b/spring-cloud-contract.xml
index a585bf20fe..c173fa475d 100644
--- a/spring-cloud-contract.xml
+++ b/spring-cloud-contract.xml
@@ -2660,7 +2660,7 @@ closure to set it up.
*