Skip to content

Commit

Permalink
Update everything-about-if.md
Browse files Browse the repository at this point in the history
  • Loading branch information
not-not-kevin authored Sep 20, 2023
1 parent 7e772cd commit b004b4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ other values.
if ( Get-Process Notepad* )
```

It evaluates to `$true` if there's a returned process and `$false` if there'sn'thing. It's
It evaluates to `$true` if there's a returned process and `$false` if there isn't. It's
perfectly valid to use pipeline expressions or other PowerShell statements like this:

```powershell
Expand Down

0 comments on commit b004b4f

Please sign in to comment.