diff --git a/RuleDocumentation/UseShouldProcessForStateChangingFunctions.md b/RuleDocumentation/UseShouldProcessForStateChangingFunctions.md index 86859c93d..9b253e8fb 100644 --- a/RuleDocumentation/UseShouldProcessForStateChangingFunctions.md +++ b/RuleDocumentation/UseShouldProcessForStateChangingFunctions.md @@ -18,7 +18,7 @@ Verbs that should support `ShouldProcess`: ## How -Include the attribute `SupportsShouldProcess`, in the `CmdletBindingBinding`. +Include the `SupportsShouldProcess` argument in the `CmdletBinding` attribute. ## Example