Skip to content

Commit e7dc8f4

Browse files
authored
Minor typo fixes (#2131)
1 parent 1164eac commit e7dc8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/stdout_stderr_exit_codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Without the pipeline, Nushell will not do any redirection, allowing it to print
2020

2121
Another common stream that external applications often use to print error messages is stderr. By default, Nushell does not do any redirection of stderr, which means that by default it will print to the screen.
2222

23-
But you can do pass stderr to a command or a file if you want to:
23+
But you can pass stderr to a command or a file if you want to:
2424

2525
- use `e>|` to pass stderr to next command.
2626
- use `e> file` to redirect stderr to a file.

0 commit comments

Comments
 (0)