Skip to content

Commit 9fa040c

Browse files
authored
Fix typo (#11644)
1 parent 6672d74 commit 9fa040c

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Provides information about how PowerShell background jobs run a command or expression in the background without interacting with the current session.
33
Locale: en-US
4-
ms.date: 08/29/2022
4+
ms.date: 01/07/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-5.1&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Jobs
@@ -242,7 +242,7 @@ results would be incomplete. You can use the `Receive-Job` cmdlet repeatedly to
242242
get all of the results. Use the **State** property to determine when the job is
243243
complete.
244244

245-
You can also use the **Wait** parameter of the `Receive-Job` cmdlet. When use
245+
You can also use the **Wait** parameter of the `Receive-Job` cmdlet. When you
246246
use this parameter, the cmdlet doesn't return the command prompt until the job
247247
is completed and all results are available.
248248

reference/7.4/Microsoft.PowerShell.Core/About/about_Jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Provides information about how PowerShell background jobs run a command or expression in the background without interacting with the current session.
33
Locale: en-US
4-
ms.date: 08/29/2022
4+
ms.date: 01/07/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-7.4&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Jobs
@@ -253,7 +253,7 @@ results would be incomplete. You can use the `Receive-Job` cmdlet repeatedly to
253253
get all of the results. Use the **State** property to determine when the job is
254254
complete.
255255

256-
You can also use the **Wait** parameter of the `Receive-Job` cmdlet. When use
256+
You can also use the **Wait** parameter of the `Receive-Job` cmdlet. When you
257257
use this parameter, the cmdlet doesn't return the command prompt until the job
258258
is completed and all results are available.
259259

reference/7.5/Microsoft.PowerShell.Core/About/about_Jobs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
22
description: Provides information about how PowerShell background jobs run a command or expression in the background without interacting with the current session.
33
Locale: en-US
4-
ms.date: 08/29/2022
4+
ms.date: 01/07/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-7.5&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Jobs
88
---
99
# about_Jobs
1010

1111
## Short description
12-
1312
Provides information about how PowerShell background jobs run a command or
1413
expression in the background without interacting with the current session.
1514

0 commit comments

Comments
 (0)