Skip to content

Commit 8ce4bc6

Browse files
fix: typos in warning messages (#463)
# Pull Request ## Description Fix a couple of typos in warning messages. ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
1 parent 142ba1f commit 8ce4bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ALZ/Public/Remove-PlatformLandingZone.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ function Remove-PlatformLandingZone {
432432
return $false
433433
}
434434
Write-ToConsoleLog "Initial confirmation received." -IsSuccess
435-
Write-ToConsoleLog "WARNING: This operation is permanent cannot be reversed!" -IsWarning
435+
Write-ToConsoleLog "This operation is permanent and cannot be reversed!" -IsWarning
436436
Write-ToConsoleLog "Are you sure you want to proceed? Type '$FinalConfirmationText' to perform the highly destructive operation..." -IsWarning
437437
$confirmation = Read-Host "Enter the final confirmation text"
438438
if ($confirmation -ne $FinalConfirmationText) {

0 commit comments

Comments
 (0)