From 1e82c04687e79649e15ce731ae0e95a4371f3521 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Mon, 18 Mar 2019 10:06:23 -0400 Subject: [PATCH] Fix Help message typo. --- ZertoApiWrapper/Public/New-ZertoVpg.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,