Skip to content

Commit 269207f

Browse files
Apply docs suggestions from Sean's review
Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com>
1 parent be0980b commit 269207f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/Cmdlets/New-ScriptAnalyzerSettingsFile.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ When **BaseOnPreset** is not provided, the generated file includes all current r
2828
`IncludeRules` list and populates the `Rules` section with all configurable properties, set to their
2929
default values. Both modes also include `CustomRulePath`, `RecurseCustomRulePath`, and
3030
`IncludeDefaultRules` keys with descriptive comments so the file is immediately ready for
31-
customisation.
31+
customization.
3232

3333
If a settings file already exists at the target path, the cmdlet emits a terminating error unless
34-
the **Force** parameter is specified - in which case it is overwritten.
34+
the **Force** parameter is specified - in which case it's overwritten.
3535

3636
## EXAMPLES
3737

@@ -175,7 +175,8 @@ The output file is always named `PSScriptAnalyzerSettings.psd1` so that the auto
175175
discovery in `Invoke-ScriptAnalyzer` picks it up when analysing scripts in the same directory.
176176

177177
Note: Relative paths in `CustomRulePath` are resolved from the caller's current working directory,
178-
not from the location of the settings file. This matches `Invoke-ScriptAnalyzer` behaviour.
178+
Relative paths in `CustomRulePath` are resolved from the caller's current working directory,
179+
not from the location of the settings file. This matches `Invoke-ScriptAnalyzer` behavior.
179180

180181
## RELATED LINKS
181182

0 commit comments

Comments
 (0)