From 446e7b7db2873be3ed222b71524a68222da184d7 Mon Sep 17 00:00:00 2001 From: a-sync Date: Thu, 2 Dec 2021 22:11:26 +0100 Subject: [PATCH] Fix typo: -Steam > -Stream (#8384) * typo: -Steam > -Stream * Update Select-String.md * Update Select-String.md * Update Select-String.md --- reference/5.1/Microsoft.PowerShell.Utility/Select-String.md | 2 +- reference/7.0/Microsoft.PowerShell.Utility/Select-String.md | 2 +- reference/7.1/Microsoft.PowerShell.Utility/Select-String.md | 2 +- reference/7.2/Microsoft.PowerShell.Utility/Select-String.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Utility/Select-String.md b/reference/5.1/Microsoft.PowerShell.Utility/Select-String.md index e6dc371c596d..f1940ce8eafe 100644 --- a/reference/5.1/Microsoft.PowerShell.Utility/Select-String.md +++ b/reference/5.1/Microsoft.PowerShell.Utility/Select-String.md @@ -337,7 +337,7 @@ Name foo Category bar # Out-String -Stream converts the output to a multiple single-line string objects -PS> $hash | Out-String -Steam | Select-String -Pattern 'foo' +PS> $hash | Out-String -Stream | Select-String -Pattern 'foo' Name foo ``` diff --git a/reference/7.0/Microsoft.PowerShell.Utility/Select-String.md b/reference/7.0/Microsoft.PowerShell.Utility/Select-String.md index a9648fc56c76..20fa41cb6097 100644 --- a/reference/7.0/Microsoft.PowerShell.Utility/Select-String.md +++ b/reference/7.0/Microsoft.PowerShell.Utility/Select-String.md @@ -362,7 +362,7 @@ Name foo Category bar # Out-String -Stream converts the output to a multiple single-line string objects -PS> $hash | Out-String -Steam | Select-String -Pattern 'foo' +PS> $hash | Out-String -Stream | Select-String -Pattern 'foo' Name foo ``` diff --git a/reference/7.1/Microsoft.PowerShell.Utility/Select-String.md b/reference/7.1/Microsoft.PowerShell.Utility/Select-String.md index a6f82c293756..707e759b9eaf 100644 --- a/reference/7.1/Microsoft.PowerShell.Utility/Select-String.md +++ b/reference/7.1/Microsoft.PowerShell.Utility/Select-String.md @@ -362,7 +362,7 @@ Name foo Category bar # Out-String -Stream converts the output to a multiple single-line string objects -PS> $hash | Out-String -Steam | Select-String -Pattern 'foo' +PS> $hash | Out-String -Stream | Select-String -Pattern 'foo' Name foo ``` diff --git a/reference/7.2/Microsoft.PowerShell.Utility/Select-String.md b/reference/7.2/Microsoft.PowerShell.Utility/Select-String.md index f8d48a464702..95b12b649dee 100644 --- a/reference/7.2/Microsoft.PowerShell.Utility/Select-String.md +++ b/reference/7.2/Microsoft.PowerShell.Utility/Select-String.md @@ -362,7 +362,7 @@ Name foo Category bar # Out-String -Stream converts the output to a multiple single-line string objects -PS> $hash | Out-String -Steam | Select-String -Pattern 'foo' +PS> $hash | Out-String -Stream | Select-String -Pattern 'foo' Name foo ```