Skip to content

Commit 146fe9a

Browse files
authored
Fix typo (#383)
* Fix frontmatter * Fix typo
1 parent ad591d0 commit 146fe9a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

reference/docs-conceptual/PSScriptAnalyzer/Rules/UseConsistentParametersKind.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
description: Use the same pattern when defining parameters.
23
ms.date: 03/20/2026
34
ms.topic: reference
@@ -55,7 +56,7 @@ function g {
5556
When the rule sets parameters definition kind to `ParamBlock`:
5657

5758
```powershell
58-
# Inorrect
59+
# Incorrect
5960
function f([Parameter()]$FirstParam) {
6061
return
6162
}

0 commit comments

Comments
 (0)