Skip to content

Commit 456c048

Browse files
sdwheelerCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 462449b commit 456c048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Rules/UseConsistentParametersKind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function g {
5555
When the rule sets parameters definition kind to `ParamBlock`:
5656

5757
```powershell
58-
# Inorrect
58+
# Incorrect
5959
function f([Parameter()]$FirstParam) {
6060
return
6161
}

0 commit comments

Comments
 (0)