small typo fix in config example

This commit is contained in:
Kevin Woley
2025-02-08 01:10:23 -08:00
parent a0de49b804
commit 51a35ef109

View File

@@ -51,7 +51,7 @@ $CustomActionStart = $null
$CustomActionEndError = $null
$CustomActionEndSuccess = $null
# Examples: Calling a healthcheck remote service
# Example: Calling a healthcheck remote service
# $healthCheckURL = "https://healthcheckservice.com/etc/etc"
# $CustomActionStart = "Invoke-RestMethod $healthCheckURL/start"
# $CustomActionEndError = "Invoke-RestMethod $healthCheckURL/fail"