We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c62e5 commit c289a96Copy full SHA for c289a96
1 file changed
src/ALZ/Public/New-AcceleratorFolderStructure.ps1
@@ -23,7 +23,7 @@ function New-AcceleratorFolderStructure {
23
[string] $targetFolderPath = "~/accelerator",
24
[Parameter(
25
Mandatory = $false,
26
- HelpMessage = "[OPTIONAL] Forece recreate of the target folder if it already exists"
+ HelpMessage = "[OPTIONAL] Force recreate of the target folder if it already exists"
27
)]
28
[switch] $force
29
)
0 commit comments