Skip to content

Commit f7cec9c

Browse files
authored
fix: Typo "This is will..." should be "This will..." (#405)
Fix typo "This is will" becomes "This will" # Pull Request ## Issue [Typo: "This is will..." should be "This will..."](#404) Issue #, if available: #404 ## Description Description of changes: Replaced "This is will" with "This will" at: https://github.com/Azure/ALZ-PowerShell-Module/blob/66ce390a62115221a9562c910ba5c29b84fecb5a/src/ALZ/Public/Deploy-Accelerator.ps1#L259 ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
1 parent 66ce390 commit f7cec9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ALZ/Public/Deploy-Accelerator.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ function Deploy-Accelerator {
256256
}
257257

258258
if ($inputConfig.iac_type.Value -eq "bicep") {
259-
Write-InformationColored "Although you have selected Bicep, the Accelerator leverages the Terraform tool to bootstrap your Version Control System and Azure. This is will not impact your choice of Bicep post this initial bootstrap. Please refer to our documentation for further details..." -ForegroundColor Yellow -InformationAction Continue
259+
Write-InformationColored "Although you have selected Bicep, the Accelerator leverages the Terraform tool to bootstrap your Version Control System and Azure. This will not impact your choice of Bicep post this initial bootstrap. Please refer to our documentation for further details..." -ForegroundColor Yellow -InformationAction Continue
260260
}
261261

262262
Write-Verbose "Initial Input config: $(ConvertTo-Json $inputConfig -Depth 100)"

0 commit comments

Comments
 (0)