diff --git a/PSKoans/Koans/Introduction/AboutStrings.Koans.ps1 b/PSKoans/Koans/Introduction/AboutStrings.Koans.ps1 index 188eb59c..5f770fd5 100644 --- a/PSKoans/Koans/Introduction/AboutStrings.Koans.ps1 +++ b/PSKoans/Koans/Introduction/AboutStrings.Koans.ps1 @@ -65,7 +65,7 @@ Describe 'Strings' { This could be the result of a typing mistake. #> - $String = "PowerShell's home folder is: $SPHome" + $String = "PowerShell's home folder is: $PSHome" "____" | Should -Be $String }