Skip to content

Commit 0656eeb

Browse files
authored
Fix typos (#8847)
1 parent 8403bc4 commit 0656eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/docs-conceptual/learn/tutorials/01-discover-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ PowerShell comes with hundreds of preinstalled commands. PowerShell command are
4646
pronounced as "command-lets".
4747

4848
The 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

0 commit comments

Comments
 (0)