File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
reference/docs-conceptual/learn/tutorials Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ PowerShell comes with hundreds of preinstalled commands. PowerShell command are
4646pronounced as "command-lets".
4747
4848The name of each cmdlet consists of a "Verb-Noun" pair; for example ` Get-Process ` . This naming
49- convention makes it easier to understand what the cmdlet does. It also make it easier to find the
50- command your looking for. When looking for a cmdlet to use, you can filter on the verb or noun.
49+ convention makes it easier to understand what the cmdlet does. It also makes it easier to find the
50+ command you're looking for. When looking for a cmdlet to use, you can filter on the verb or noun.
5151
5252### Using cmdlets to explore PowerShell
5353
You can’t perform that action at this time.
0 commit comments