From 3a08c5111ab6a2fcfcfa9fd4dd408439d754a3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksandar=20Nikoli=C4=87?= Date: Tue, 15 Jan 2019 15:05:38 +0100 Subject: [PATCH] Fix the "How" section Fix the "How" section. --- RuleDocumentation/UseShouldProcessForStateChangingFunctions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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