Skip to content

Commit eae95e2

Browse files
committed
Fix typo
1 parent 6afa177 commit eae95e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/Rules/UseCorrectCasing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ invoke-command { 'foo' } -runasadministrator
6767
### Correct way
6868

6969
```powershell
70-
foreach ($file in Get-ChildiItem -Recurse) {
70+
foreach ($file in Get-ChildItem -Recurse) {
7171
$file.Extension -eq '.txt'
7272
}
7373

0 commit comments

Comments
 (0)