diff --git a/docs/modules/ROOT/examples/wan-sync-delta.yaml b/docs/modules/ROOT/examples/wan-sync-delta.yaml index 0ea60bab..da97038e 100644 --- a/docs/modules/ROOT/examples/wan-sync-delta.yaml +++ b/docs/modules/ROOT/examples/wan-sync-delta.yaml @@ -17,7 +17,7 @@ spec: kind: Map targetClusterName: dev endpoints: "35.192.33.252" - synConsistencyCheckStrategy: "MERKLE_TREES" + syncConsistencyCheckStrategy: "MERKLE_TREES" --- apiVersion: hazelcast.com/v1alpha1 kind: WanSync diff --git a/docs/modules/ROOT/pages/wan-sync.adoc b/docs/modules/ROOT/pages/wan-sync.adoc index abafff39..f482f8c5 100644 --- a/docs/modules/ROOT/pages/wan-sync.adoc +++ b/docs/modules/ROOT/pages/wan-sync.adoc @@ -30,7 +30,7 @@ include::ROOT:example$/wan-sync-full.yaml[] To configure xref:hazelcast:wan:advanced-features#delta-wan-synchronization.adoc[Delta WAN Sync] for the Hazelcast cluster, do the following: * Configure Merkle Tree for the `Map` resource. -* Set `synConsistencyCheckStrategy` to `MERKLE_TREES` in the `WanReplication` resource. +* Set `syncConsistencyCheckStrategy` to `MERKLE_TREES` in the `WanReplication` resource. * Create the `WanSync` resource. The created `WanSync` automatically uses Delta WAN Synchronization. .Example of Delta WanSync