Skip to content

Commit 6d7b652

Browse files
authored
Merge pull request #10299 from johndward01/patch-1
Update discover-powershell.md
2 parents 753d77d + 6b18847 commit 6d7b652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/docs-conceptual/discover-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ When you first pick up PowerShell, it might feel intimidating as there seems to
4949
PowerShell is designed to help you learn a little at a time, as you need it.
5050

5151
PowerShell includes cmdlets that help you discover PowerShell. Using these three cmdlets, you can
52-
discover what commands available, what they do, and what types they operate on.
52+
discover what commands are available, what they do, and what types they operate on.
5353

5454
- `Get-Verb`. Running this command returns a list of verbs that most commands adhere to. The
5555
response includes a description of what these verbs do. Since most commands follow this naming

0 commit comments

Comments
 (0)