We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b051f commit 03ce106Copy full SHA for 03ce106
reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md
@@ -74,7 +74,7 @@ to find the **Transactions** value in the **Capabilities** property of
74
providers:
75
76
```powershell
77
-Get-PSPovider | Where-Object {$_.Capabilities -like "*transactions*"}
+Get-PSProvider | Where-Object {$_.Capabilities -like "*transactions*"}
78
```
79
80
For more information about a provider, see the Help for the provider. To get
0 commit comments