Skip to content

Commit 2abf0b8

Browse files
nschonnisdwheeler
authored andcommitted
typo: reuturn -> return (#3984)
1 parent 98f91e8 commit 2abf0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/5.1/Microsoft.PowerShell.Utility/Get-Runspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Id Name ComputerName Type State Availability
8686

8787
In this example, we identify an available runspace using the `Name` parameter and we store the return object to a new
8888
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.
89+
in the `$activeRunspace` variable but we specify the `InstanceId` property on our return object.
9090

9191
## PARAMETERS
9292

0 commit comments

Comments
 (0)