Skip to content

Commit 120526d

Browse files
authored
Fix typo (#11817)
PowerSHell -> PowerShell
1 parent bba56a3 commit 120526d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/docs-conceptual/developer/hosting/runspace03-sample.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace Microsoft.Samples.PowerShell.Runspaces
5656
/// <param name="args">Parameter not used.</param>
5757
/// <remarks>
5858
/// This sample demonstrates the following:
59-
/// 1. Creating a PowerSHell object to run a script.
59+
/// 1. Creating a PowerShell object to run a script.
6060
/// 2. Adding a script to the pipeline of the PowerShell object.
6161
/// 3. Passing input objects to the script from the calling program.
6262
/// 4. Running the script synchronously.

0 commit comments

Comments
 (0)