We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb39e72 commit b2321e5Copy full SHA for b2321e5
reference/5.1/Microsoft.PowerShell.Utility/Get-Runspace.md
@@ -86,7 +86,7 @@ Id Name ComputerName Type State Availability
86
87
In this example, we identify an available runspace using the `Name` parameter and we store the return object to a new
88
variable named `$activeRunspace`. The second example, we call `Get-Runspace` with the `InstanceId` parameter and pass
89
-in the `$activeRunspace` variable but we specify the `InstanceId` property on our reuturn object.
+in the `$activeRunspace` variable but we specify the `InstanceId` property on our return object.
90
91
## PARAMETERS
92
0 commit comments