Skip to content

Commit 1d76d8f

Browse files
authored
Fix typo in cli/index.md (#219)
### Summary Correct the domain name for `samples-domain`
1 parent 3f41fff commit 1d76d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/06-cli/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ cadence --do samples-domain d re
190190
```
191191
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:
192192
```bash
193-
cadence --domains amples-domain domain register --active_cluster clusterNameA --clusters clusterNameA,clusterNameB
193+
cadence --domains samples-domain domain register --active_cluster clusterNameA --clusters clusterNameA,clusterNameB
194194
```
195195

196196
- View "samples-domain" details:

0 commit comments

Comments
 (0)