We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad591d0 commit 146fe9aCopy full SHA for 146fe9a
1 file changed
reference/docs-conceptual/PSScriptAnalyzer/Rules/UseConsistentParametersKind.md
@@ -1,3 +1,4 @@
1
+---
2
description: Use the same pattern when defining parameters.
3
ms.date: 03/20/2026
4
ms.topic: reference
@@ -55,7 +56,7 @@ function g {
55
56
When the rule sets parameters definition kind to `ParamBlock`:
57
58
```powershell
-# Inorrect
59
+# Incorrect
60
function f([Parameter()]$FirstParam) {
61
return
62
}
0 commit comments