X Tutup
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- [PowerShell 101][11]
- [PowerShell learning resources][10]

## What are the best practices and style?
## What are the best practices and styles?

The [PoshCode][03] unofficial guide is our reference.

Expand All @@ -33,7 +33,7 @@ The [PoshCode][03] unofficial guide is our reference.

Error handling in PowerShell is unique, as not all errors result in catchable exceptions by default.
Setting `$ErrorActionPreference = 'Stop'` will likely do what you want; that is, cause
non-terminating errors instead to terminate. Read the [GitHub issue][02] for more information.
non-terminating errors instead of terminating. Read the [GitHub issue][02] for more information.

## Where do I get the PowerShell Core SDK package?

Expand Down
X Tutup