From 1bab9609e537f1a166cf4c42b6609aa7c7c57bf9 Mon Sep 17 00:00:00 2001 From: Assem Hafez <137278762+Assem-Uber@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:21:56 +0100 Subject: [PATCH] Fix typo in cli/index.md ### Summary Correct the domain name for `samples-domain` --- docs/06-cli/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-cli/index.md b/docs/06-cli/index.md index 5e0d20b77..22057c3ee 100644 --- a/docs/06-cli/index.md +++ b/docs/06-cli/index.md @@ -190,7 +190,7 @@ cadence --do samples-domain d re ``` If your Cadence cluster has enable [global domain(XDC replication)](https://cadenceworkflow.io/docs/concepts/cross-dc-replication/), then you have to specify the replicaiton settings when registering a domain: ```bash -cadence --domains amples-domain domain register --active_cluster clusterNameA --clusters clusterNameA,clusterNameB +cadence --domains samples-domain domain register --active_cluster clusterNameA --clusters clusterNameA,clusterNameB ``` - View "samples-domain" details: