Fix typo in powershell page

This commit is contained in:
dee-see 2019-02-02 20:41:28 -05:00
parent 96a44abb1d
commit 8847563b08

View File

@ -245,7 +245,7 @@ function New-Website() {
'string' | gm
# Syntax for calling static .NET methods
\[System.Reflection.Assembly]::LoadWithPartialName('Microsoft.VisualBasic')
[System.Reflection.Assembly]::LoadWithPartialName('Microsoft.VisualBasic')
# Note that .NET functions MUST be called with parentheses
# while PS functions CANNOT be called with parentheses.