Skip to content

Commit 14c856e

Browse files
committed
Fix typo
Powershell -> PowerShell
1 parent 31a43df commit 14c856e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/governance/machine-configuration/whats-new/psdsc-in-machine-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ $null = Invoke-Command -ScriptBlock {
270270
}
271271
272272
try {
273-
# Set env variable to include Windows Powershell modules so we can find
273+
# Set env variable to include Windows PowerShell modules so we can find
274274
# the Get-WindowsFeature cmdlet.
275275
$env:PSModulePath = $WindowsPSModuleFolder
276276
# Call Windows PowerShell to get the info about the Web-Server feature

0 commit comments

Comments
 (0)