We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830f7c2 commit 5d7a58cCopy full SHA for 5d7a58c
1 file changed
reference/docs-conceptual/discover-powershell.md
@@ -45,7 +45,7 @@ command you're looking for. When looking for a cmdlet to use, you can filter on
45
When you first pick up PowerShell, it might feel intimidating as there seems to be so much to learn.
46
PowerShell is designed to help you learn a little at a time, as you need it.
47
48
-PowerShell includes cmdlets that help you discover PowerShell. Using these three cmdlets, you can
+PowerShell includes cmdlets that help you discover PowerShell. Using these four cmdlets, you can
49
discover what commands are available, what they do, and what types they operate on.
50
51
- `Get-Verb`. Running this command returns a list of verbs that most commands adhere to. The
0 commit comments