Skip to content

Commit 09b89e3

Browse files
DCtheGeeksdwheeler
authored andcommitted
Fixes #4822 - Corrected typo (#4825)
1 parent c0093fc commit 09b89e3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

reference/3.0/Microsoft.PowerShell.Core/Receive-Job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Id Name State HasMoreData Location Command
171171
```
172172

173173
```powershell
174-
# Use the Receive-Job cmdlet to get the results of ust the Job3 child job that ran on the Server02 computer.
174+
# Use the Receive-Job cmdlet to get the results of just the Job3 child job that ran on the Server02 computer.
175175
# Use the *Keep* parameter to allow you to view the aggregated stream data more than once.
176176
Receive-Job -Name Job3 -Keep
177177
```

reference/4.0/Microsoft.PowerShell.Core/Receive-Job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Id Name State HasMoreData Location Command
171171
```
172172

173173
```powershell
174-
# Use the Receive-Job cmdlet to get the results of ust the Job3 child job that ran on the Server02 computer.
174+
# Use the Receive-Job cmdlet to get the results of just the Job3 child job that ran on the Server02 computer.
175175
# Use the *Keep* parameter to allow you to view the aggregated stream data more than once.
176176
Receive-Job -Name Job3 -Keep
177177
```

reference/5.0/Microsoft.PowerShell.Core/Receive-Job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Id Name State HasMoreData Location Command
171171
```
172172

173173
```powershell
174-
# Use the Receive-Job cmdlet to get the results of ust the Job3 child job that ran on the Server02 computer.
174+
# Use the Receive-Job cmdlet to get the results of just the Job3 child job that ran on the Server02 computer.
175175
# Use the *Keep* parameter to allow you to view the aggregated stream data more than once.
176176
Receive-Job -Name Job3 -Keep
177177
```

reference/5.1/Microsoft.PowerShell.Core/Receive-Job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Id Name State HasMoreData Location Command
171171
```
172172

173173
```powershell
174-
# Use the Receive-Job cmdlet to get the results of ust the Job3 child job that ran on the Server02 computer.
174+
# Use the Receive-Job cmdlet to get the results of just the Job3 child job that ran on the Server02 computer.
175175
# Use the *Keep* parameter to allow you to view the aggregated stream data more than once.
176176
Receive-Job -Name Job3 -Keep
177177
```

reference/6/Microsoft.PowerShell.Core/Receive-Job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Id Name State HasMoreData Location Command
171171
```
172172

173173
```powershell
174-
# Use the Receive-Job cmdlet to get the results of ust the Job3 child job that ran on the Server02 computer.
174+
# Use the Receive-Job cmdlet to get the results of just the Job3 child job that ran on the Server02 computer.
175175
# Use the *Keep* parameter to allow you to view the aggregated stream data more than once.
176176
Receive-Job -Name Job3 -Keep
177177
```

reference/7/Microsoft.PowerShell.Core/Receive-Job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Id Name State HasMoreData Location Command
171171
```
172172

173173
```powershell
174-
# Use the Receive-Job cmdlet to get the results of ust the Job3 child job that ran on the Server02 computer.
174+
# Use the Receive-Job cmdlet to get the results of just the Job3 child job that ran on the Server02 computer.
175175
# Use the *Keep* parameter to allow you to view the aggregated stream data more than once.
176176
Receive-Job -Name Job3 -Keep
177177
```

0 commit comments

Comments
 (0)