diff --git a/reference/docs-conceptual/learn/deep-dives/everything-about-string-substitutions.md b/reference/docs-conceptual/learn/deep-dives/everything-about-string-substitutions.md index 46d5db859f71..0cc5f399755d 100644 --- a/reference/docs-conceptual/learn/deep-dives/everything-about-string-substitutions.md +++ b/reference/docs-conceptual/learn/deep-dives/everything-about-string-substitutions.md @@ -243,7 +243,7 @@ Write-Host "$test $tester $($test)ter" Write-Host "{0} {1} {0}ter" -f $test, $tester ``` -I personally use format string for this, but this is good to know incase you see it in the wild. +I personally use format string for this, but this is good to know in case you see it in the wild. ## Find and replace tokens