Skip to content

Commit

Permalink
Fix incomplete sentence (#4277)
Browse files Browse the repository at this point in the history
Fix incomplete sentence in `writing-a-windows-powershell-host-application.md`.
  • Loading branch information
dharmatech authored and sdwheeler committed May 8, 2019
1 parent 2038759 commit 5b3d034
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ caps.latest.revision: 15

You can host Windows PowerShell in your application. The host application can define the runspace where commands are run, open sessions on a local or remote computer, and invoke the commands either synchronously or asynchronously based on the needs of the application.

The following topics explain how to create an application that hosts
The following topics explain how to create an application that hosts Windows PowerShell.

## In This Section

Expand All @@ -37,4 +37,4 @@ This section includes samples of complete host applications.

## See Also

[Windows PowerShell](http://msdn.microsoft.com/en-us/b41a2af3-aec1-402d-8e18-c2c26be461ff)
[Windows PowerShell](http://msdn.microsoft.com/en-us/b41a2af3-aec1-402d-8e18-c2c26be461ff)

0 comments on commit 5b3d034

Please sign in to comment.