Skip to content

Commit 564b686

Browse files
Apply suggestions from review
1 parent 76baae2 commit 564b686

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ Get-Process | Where-Object CPU | Where-Object Path
614614
```
615615

616616
> [!IMPORTANT]
617-
> When working interactively in the shell, paste code with pipelines at the
617+
> When working interactively in the shell, pasting code with pipelines at the
618618
> beginning of a line only when using <kbd>Ctrl</kbd>+<kbd>V</kbd> to paste.
619619
> Right-click paste operations insert the lines one at a time. Since the line
620620
> doesn't end with a pipeline character, PowerShell considers the input to be

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ Get-Process | Where-Object CPU | Where-Object Path
614614
```
615615

616616
> [!IMPORTANT]
617-
> When working interactively in the shell, paste code with pipelines at the
617+
> When working interactively in the shell, pasting code with pipelines at the
618618
> beginning of a line only when using <kbd>Ctrl</kbd>+<kbd>V</kbd> to paste.
619619
> Right-click paste operations insert the lines one at a time. Since the line
620620
> doesn't end with a pipeline character, PowerShell considers the input to be

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ Get-Process | Where-Object CPU | Where-Object Path
614614
```
615615

616616
> [!IMPORTANT]
617-
> When working interactively in the shell, paste code with pipelines at the
617+
> When working interactively in the shell, pasting code with pipelines at the
618618
> beginning of a line only when using <kbd>Ctrl</kbd>+<kbd>V</kbd> to paste.
619619
> Right-click paste operations insert the lines one at a time. Since the line
620620
> doesn't end with a pipeline character, PowerShell considers the input to be

0 commit comments

Comments
 (0)