Skip to content

Commit 9bbb39f

Browse files
culbertmsdwheeler
authored andcommitted
Modify get-help code line (#4027)
The command should be **PS>get-help about_providers**
1 parent 404bbe4 commit 9bbb39f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

developer/prog-guide/how-to-create-a-windows-powershell-provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To the developer, the Windows PowerShell provider is the interface between the u
2323

2424
Windows PowerShell provides several providers (such as the FileSystem provider, Registry provider, and Alias provider) that are used to access known data stores. For more information about the providers supplied by Windows PowerShell, use the following command to access online Help:
2525

26-
**PS>get-help about_provider**
26+
**PS>get-help about_providers**
2727

2828
## Accessing the Stored Data Using Windows PowerShell Paths
2929

@@ -62,4 +62,4 @@ The following table lists topics that include code examples that build on each o
6262

6363
[Windows PowerShell SDK](../windows-powershell-reference.md)
6464

65-
[Windows PowerShell Programmer's Guide](./windows-powershell-programmer-s-guide.md)
65+
[Windows PowerShell Programmer's Guide](./windows-powershell-programmer-s-guide.md)

0 commit comments

Comments
 (0)