From 4c344c05b8a0626bcc276169745f9bc2a9a948d1 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Thu, 23 Jul 2026 13:54:25 -0500 Subject: [PATCH] Fix typos --- .../PSScriptAnalyzer/Rules/UseConsistentParametersKind.md | 2 +- .../PSScriptAnalyzer/Rules/UseSingularNouns.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/docs-conceptual/PSScriptAnalyzer/Rules/UseConsistentParametersKind.md b/reference/docs-conceptual/PSScriptAnalyzer/Rules/UseConsistentParametersKind.md index 1ddc79d..f64ae97 100644 --- a/reference/docs-conceptual/PSScriptAnalyzer/Rules/UseConsistentParametersKind.md +++ b/reference/docs-conceptual/PSScriptAnalyzer/Rules/UseConsistentParametersKind.md @@ -55,7 +55,7 @@ Rules = @{ This parameter controls whether ScriptAnalyzer checks the code against this rule. It accepts a boolean value. To enable this rule, set this parameter to `$true`. The default value is `$false`. -## ParametersKind +### ParametersKind Use this parameter to specify the type of parameter definition pattern that should be used consistently across all functions. It accepts a string value, which can be either `Inline` or diff --git a/reference/docs-conceptual/PSScriptAnalyzer/Rules/UseSingularNouns.md b/reference/docs-conceptual/PSScriptAnalyzer/Rules/UseSingularNouns.md index c38bae0..231dc41 100644 --- a/reference/docs-conceptual/PSScriptAnalyzer/Rules/UseSingularNouns.md +++ b/reference/docs-conceptual/PSScriptAnalyzer/Rules/UseSingularNouns.md @@ -1,6 +1,6 @@ --- description: Use single cmdlet nouns -ms.date: 07/21/2026 +ms.date: 07/23/2026 ms.topic: reference title: UseSingularNouns --- @@ -68,6 +68,6 @@ boolean value. To disable this rule, set this parameter to `$false`. The default ### NounAllowList -This parameter specifies which noun commands to exclude from this rule. It accepts a string array. +This parameter specifies which command nouns to exclude from this rule. It accepts a string array. Both `Data` and `Windows` are common false positives and excluded by default. Default values are `'Data'` and `'Windows'`.