From 77fb3c8f678136de5b01aa5799bd1f953c89fed9 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Tue, 7 Apr 2020 10:05:31 -0400 Subject: [PATCH] Fix helpmessage typo --- ZertoApiWrapper/Public/Set-ZertoUserCredential.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZertoApiWrapper/Public/Set-ZertoUserCredential.ps1 b/ZertoApiWrapper/Public/Set-ZertoUserCredential.ps1 index 71495b3..423f02c 100644 --- a/ZertoApiWrapper/Public/Set-ZertoUserCredential.ps1 +++ b/ZertoApiWrapper/Public/Set-ZertoUserCredential.ps1 @@ -6,7 +6,7 @@ function Set-ZertoUserCredential { )] param( [Parameter( - HelpMessage = "PSCredential Object that conatins the username and password for the updated credentials.", + HelpMessage = "PSCredential Object that contains the username and password for the updated credentials.", Mandatory )] [pscredential]$UserCredential