diff --git a/ZertoApiWrapper/Public/New-ZertoVpg.ps1 b/ZertoApiWrapper/Public/New-ZertoVpg.ps1 index 3ec1ff8..753554a 100644 --- a/ZertoApiWrapper/Public/New-ZertoVpg.ps1 +++ b/ZertoApiWrapper/Public/New-ZertoVpg.ps1 @@ -23,7 +23,7 @@ function New-ZertoVpg { )] [ValidateNotNullOrEmpty()][string[]]$protectedVm, [Parameter( - HelpMessage = "Name of the site where the VM(s) will be recoveryed", + HelpMessage = "Name of the site where the VM(s) will be recovered", Mandatory = $true )] [string]$recoverySite,