Skip to content

Commit

Permalink
Update about_Transactions.md
Browse files Browse the repository at this point in the history
Get-PSProvider in line 77 was spelled Get-PSPovider
  • Loading branch information
abeu1 authored Nov 4, 2024
1 parent 23b051f commit 4b46f47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ to find the **Transactions** value in the **Capabilities** property of
providers:

```powershell
Get-PSPovider | Where-Object {$_.Capabilities -like "*transactions*"}
Get-PSProvider | Where-Object {$_.Capabilities -like "*transactions*"}
```

For more information about a provider, see the Help for the provider. To get
Expand Down

0 comments on commit 4b46f47

Please sign in to comment.