diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md index 087de63ab0ca..e3c536a329bc 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md @@ -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