Skip to content

Commit adf8673

Browse files
committed
kotp's latest suggestion
1 parent a7345b6 commit adf8673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

concepts/redirection/about.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ some_command 2>&1 # stdout and stderr send to 'log.txt'
166166
```
167167
168168
This technique looks quite convoluted, but it can be very useful in situations where your script is being run by some other software package, and standard output is automatically captured by the software.
169-
The `bats` command, used to run unit tests for this track, works like this: `bats` captures a test's stdout and stderr, but strings sent to FD 3 will be displayed on the terminal.
169+
The `bats` command that is used to run unit tests for this track works like this: `bats` captures a test's stdout and stderr, but debug messages sent to FD 3 will be displayed on the terminal.
170170
~~~~
171171

172172
## In Summary

concepts/redirection/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ some_command 2>&1 # stdout and stderr send to 'log.txt'
166166
```
167167
168168
This technique looks quite convoluted, but it can be very useful in situations where your script is being run by some other software package, and standard output is automatically captured by the software.
169-
The `bats` command, used to run unit tests for this track, works like this: `bats` captures a test's stdout and stderr, but strings sent to FD 3 will be displayed on the terminal.
169+
The `bats` command that is used to run unit tests for this track works like this: `bats` captures a test's stdout and stderr, but debug messages sent to FD 3 will be displayed on the terminal.
170170
~~~~
171171

172172
## In Summary

0 commit comments

Comments
 (0)