Skip to content

Commit 83d515b

Browse files
authored
Merge pull request #380 from baardhermansen/patch-1
Fix typo in Invoke-Formatter documentation
2 parents 3f8994d + ee67052 commit 83d515b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

reference/ps-modules/PSScriptAnalyzer/Invoke-Formatter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ schema: 2.0.0
99
# Invoke-Formatter
1010

1111
## SYNOPSIS
12+
1213
Formats a script text based on the input settings or default settings.
1314

1415
## SYNTAX
@@ -76,7 +77,7 @@ function foo
7677
}
7778
```
7879

79-
### EXAMPLE 3 - Format the input script text using the settings defined a `.psd1` file
80+
### EXAMPLE 3 - Format the input script text using the settings defined in a `.psd1` file
8081

8182
```powershell
8283
Invoke-Formatter -ScriptDefinition $scriptDefinition -Settings /path/to/settings.psd1

0 commit comments

Comments
 (0)