Skip to content

Commit 77f6500

Browse files
authored
SupportsShouldProcess.md: Fix Typo - MicrosoftDocs backport of PR 121
1 parent 542b75f commit 77f6500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Rules/UseSupportsShouldProcess.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Use SupportsShouldProcess
33
ms.custom: PSSA v1.21.0
4-
ms.date: 10/18/2021
4+
ms.date: 12/06/2022
55
ms.topic: reference
66
title: UseSupportsShouldProcess
77
---
@@ -13,7 +13,7 @@ title: UseSupportsShouldProcess
1313

1414
This rule discourages manual declaration of `WhatIf` and `Confirm` parameters in a function/cmdlet.
1515
These parameters are, however, provided automatically when a function declares a `CmdletBinding`
16-
attribute with `SupportsShouldProcess` as its named argument. Using `SupportsShouldProcess` no only
16+
attribute with `SupportsShouldProcess` as its named argument. Using `SupportsShouldProcess` not only
1717
provides these parameters but also some generic functionality that allows the function/cmdlet
1818
authors to provide the desired interactive experience while using the cmdlet.
1919

0 commit comments

Comments
 (0)