Skip to content

Commit

Permalink
Fix grammar in FAQ.md (#21468)
Browse files Browse the repository at this point in the history
Fix grammar in docs FAQ
  • Loading branch information
CodingGod987 committed Apr 15, 2024
1 parent d307df6 commit 14ad05d
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 14ad05d

Please sign in to comment.