We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4c180 commit ceb1c51Copy full SHA for ceb1c51
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