We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afa177 commit eae95e2Copy full SHA for eae95e2
docs/Rules/UseCorrectCasing.md
@@ -67,7 +67,7 @@ invoke-command { 'foo' } -runasadministrator
67
### Correct way
68
69
```powershell
70
-foreach ($file in Get-ChildiItem -Recurse) {
+foreach ($file in Get-ChildItem -Recurse) {
71
$file.Extension -eq '.txt'
72
}
73
0 commit comments