From d4a90c3099ccb8e1c5202b762e5a2019e256e41a Mon Sep 17 00:00:00 2001 From: Logan Campos Date: Tue, 2 Apr 2019 09:36:21 -0500 Subject: [PATCH] fix typo added a space --- developer/prog-guide/windows-powershell-programmer-s-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer/prog-guide/windows-powershell-programmer-s-guide.md b/developer/prog-guide/windows-powershell-programmer-s-guide.md index e6eaae1accf2..b483fca69c92 100644 --- a/developer/prog-guide/windows-powershell-programmer-s-guide.md +++ b/developer/prog-guide/windows-powershell-programmer-s-guide.md @@ -51,7 +51,7 @@ If you expose a data store that the user will need to access, you might need to 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. -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). +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). ### Windows PowerShell Runtime @@ -101,4 +101,4 @@ For more information about starting to use the Windows PowerShell shell, see the ## See Also -[Windows PowerShell SDK](../windows-powershell-reference.md) \ No newline at end of file +[Windows PowerShell SDK](../windows-powershell-reference.md)