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