Skip to content

Commit b02367c

Browse files
binaryfleshDCtheGeek
authored andcommitted
fix typo (#4099)
added a space
1 parent 6fbf5f1 commit b02367c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

developer/prog-guide/windows-powershell-programmer-s-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you expose a data store that the user will need to access, you might need to
5151

5252
Windows PowerShell includes the default host application powershell.exe, which is a console application that interacts with the user and hosts the Windows PowerShell runtime using a console window.
5353

54-
Only rarely will you need to write your own host application for Windows PowerShell, although customization is supported. One case in which you might need your own application is when you have a requirement for a GUI interface that is richer than the interface provided by the default host application. You might also want a custom application when you are basing your GUI on the command line. For more information, see[How to Create a Windows PowerShell Host Application](http://msdn.microsoft.com/en-us/d31355c9-a270-4b09-8f0c-35a7392a7d07).
54+
Only rarely will you need to write your own host application for Windows PowerShell, although customization is supported. One case in which you might need your own application is when you have a requirement for a GUI interface that is richer than the interface provided by the default host application. You might also want a custom application when you are basing your GUI on the command line. For more information, see [How to Create a Windows PowerShell Host Application](http://msdn.microsoft.com/en-us/d31355c9-a270-4b09-8f0c-35a7392a7d07).
5555

5656
### Windows PowerShell Runtime
5757

@@ -101,4 +101,4 @@ For more information about starting to use the Windows PowerShell shell, see the
101101

102102
## See Also
103103

104-
[Windows PowerShell SDK](../windows-powershell-reference.md)
104+
[Windows PowerShell SDK](../windows-powershell-reference.md)

0 commit comments

Comments
 (0)