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 ```