PoshCode / PowerShellPracticeAndStyle

The Unofficial PowerShell Best Practices and Style Guide
https://poshcode.gitbooks.io/powershell-practice-and-style
Other
2.24k stars 289 forks source link

Fixed typo in Best Practices/Error Handling.md #76

Closed ev3rl0ng closed 7 years ago

ev3rl0ng commented 7 years ago

Fixed a typo where a square bracket ([) was used instead of a curly bracket ({) in the if/else statement example.