Skip to content

Commit c2f50b2

Browse files
authored
Update Copy-AzRecoveryServicesVault.md (#26570)
Fixed typo ("tanent" -> "tenant")
1 parent dbc077f commit c2f50b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RecoveryServices/RecoveryServices/help/Copy-AzRecoveryServicesVault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Copy-AzRecoveryServicesVault -SourceVault $sourceVault -TargetVault $targetVault
3939
```
4040

4141
The first two cmdlets fetch Recovery Services Vault - vault1 and vault2 respectively. The second command triggers a complete data move from vault1 to vault2.
42-
$sourceVault and $targetVault can also belong to different subscription within same tanent, can be fetched by setting different subscription contexts.
42+
$sourceVault and $targetVault can also belong to different subscription within same tenant, can be fetched by setting different subscription contexts.
4343

4444
### Example 2: Copy data from vault1 to vault2 with only failed items
4545

0 commit comments

Comments
 (0)