Fix helpmessage typo

This commit is contained in:
Wes Carroll
2020-04-07 10:05:31 -04:00
parent b2e5fe7b5c
commit 77fb3c8f67
@@ -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