We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f8994d + ee67052 commit 83d515bCopy full SHA for 83d515b
1 file changed
reference/ps-modules/PSScriptAnalyzer/Invoke-Formatter.md
@@ -9,6 +9,7 @@ schema: 2.0.0
9
# Invoke-Formatter
10
11
## SYNOPSIS
12
+
13
Formats a script text based on the input settings or default settings.
14
15
## SYNTAX
@@ -76,7 +77,7 @@ function foo
76
77
}
78
```
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
81
82
```powershell
83
Invoke-Formatter -ScriptDefinition $scriptDefinition -Settings /path/to/settings.psd1
0 commit comments