Skip to content

Commit c289a96

Browse files
committed
Fix typo
1 parent f5c62e5 commit c289a96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ALZ/Public/New-AcceleratorFolderStructure.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function New-AcceleratorFolderStructure {
2323
[string] $targetFolderPath = "~/accelerator",
2424
[Parameter(
2525
Mandatory = $false,
26-
HelpMessage = "[OPTIONAL] Forece recreate of the target folder if it already exists"
26+
HelpMessage = "[OPTIONAL] Force recreate of the target folder if it already exists"
2727
)]
2828
[switch] $force
2929
)

0 commit comments

Comments
 (0)