Skip to content

Commit 79903e7

Browse files
authored
Fixes #12408 - Fix typo in stream name (#12409)
* Upcase H2 headers * Fix structure of About files * Fix typo in stream name
1 parent 7ba4505 commit 79903e7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Combining commands into pipelines in the PowerShell
33
Locale: en-US
4-
ms.date: 12/05/2023
4+
ms.date: 10/02/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-5.1&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Pipelines
@@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4'
151151
```
152152

153153
> [!IMPORTANT]
154-
> The **Success** and **Error** streams are similar to the stdin and stderr
154+
> The **Success** and **Error** streams are similar to the stdout and stderr
155155
> streams of other shells. However, stdin isn't connected to the PowerShell
156156
> pipeline for input. For more information, see
157157
> [about_Redirection][07].

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Combining commands into pipelines in the PowerShell
33
Locale: en-US
4-
ms.date: 12/05/2023
4+
ms.date: 10/02/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-7.4&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Pipelines
@@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4'
151151
```
152152

153153
> [!IMPORTANT]
154-
> The **Success** and **Error** streams are similar to the stdin and stderr
154+
> The **Success** and **Error** streams are similar to the stdout and stderr
155155
> streams of other shells. However, stdin isn't connected to the PowerShell
156156
> pipeline for input. For more information, see
157157
> [about_Redirection][07].

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Combining commands into pipelines in the PowerShell
33
Locale: en-US
4-
ms.date: 12/05/2023
4+
ms.date: 10/02/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-7.5&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Pipelines
@@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4'
151151
```
152152

153153
> [!IMPORTANT]
154-
> The **Success** and **Error** streams are similar to the stdin and stderr
154+
> The **Success** and **Error** streams are similar to the stdout and stderr
155155
> streams of other shells. However, stdin isn't connected to the PowerShell
156156
> pipeline for input. For more information, see
157157
> [about_Redirection][07].

reference/7.6/Microsoft.PowerShell.Core/About/about_Pipelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Combining commands into pipelines in the PowerShell
33
Locale: en-US
4-
ms.date: 12/05/2023
4+
ms.date: 10/02/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-7.6&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Pipelines
@@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4'
151151
```
152152

153153
> [!IMPORTANT]
154-
> The **Success** and **Error** streams are similar to the stdin and stderr
154+
> The **Success** and **Error** streams are similar to the stdout and stderr
155155
> streams of other shells. However, stdin isn't connected to the PowerShell
156156
> pipeline for input. For more information, see
157157
> [about_Redirection][07].

0 commit comments

Comments
 (0)