diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery/ProtectionContainerMapping/UpdateAzureRmRecoveryServicesAsrProtectionContainerMapping.cs b/src/RecoveryServices/RecoveryServices.SiteRecovery/ProtectionContainerMapping/UpdateAzureRmRecoveryServicesAsrProtectionContainerMapping.cs index 1955ee20b52e..7a62e662bf89 100644 --- a/src/RecoveryServices/RecoveryServices.SiteRecovery/ProtectionContainerMapping/UpdateAzureRmRecoveryServicesAsrProtectionContainerMapping.cs +++ b/src/RecoveryServices/RecoveryServices.SiteRecovery/ProtectionContainerMapping/UpdateAzureRmRecoveryServicesAsrProtectionContainerMapping.cs @@ -74,7 +74,7 @@ public class UpdateAzureRmRecoveryServicesAsrProtectionContainerMapping : SiteRe [Parameter( ParameterSetName = AzureToAzureEnableAutoUpdate, Mandatory = true, - HelpMessage = "Specifies the automation accountId used for auto udpate.")] + HelpMessage = "Specifies the automation accountId used for auto update.")] public string AutomationAccountId { get; set; } #endregion Parameters @@ -138,4 +138,4 @@ public override void ExecuteSiteRecoveryCmdlet() } } } -} \ No newline at end of file +} diff --git a/src/RecoveryServices/RecoveryServices/help/Update-AzRecoveryServicesAsrProtectionContainerMapping.md b/src/RecoveryServices/RecoveryServices/help/Update-AzRecoveryServicesAsrProtectionContainerMapping.md index 81543eb2463e..7094a5910060 100644 --- a/src/RecoveryServices/RecoveryServices/help/Update-AzRecoveryServicesAsrProtectionContainerMapping.md +++ b/src/RecoveryServices/RecoveryServices/help/Update-AzRecoveryServicesAsrProtectionContainerMapping.md @@ -48,7 +48,7 @@ Start the operation to disable enable auto update for container. ## PARAMETERS ### -AutomationAccountId -Specifies the automation accountId used for auto udpate. +Specifies the automation accountId used for auto update. ```yaml Type: System.String