Skip to content

Commit f3bdaa5

Browse files
authored
Fix typo: incase -> in case (#12267)
1 parent 561d3e0 commit f3bdaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/docs-conceptual/learn/deep-dives/everything-about-string-substitutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Write-Host "$test $tester $($test)ter"
243243
Write-Host "{0} {1} {0}ter" -f $test, $tester
244244
```
245245

246-
I personally use format string for this, but this is good to know incase you see it in the wild.
246+
I personally use format string for this, but this is good to know in case you see it in the wild.
247247

248248
## Find and replace tokens
249249

0 commit comments

Comments
 (0)