Skip to content

Commit 912006b

Browse files
committed
Fix typoe
1 parent a7ed14b commit 912006b

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
@@ -80,7 +80,7 @@ If you want to redirect both stdout and stderr to the same file, you can use `ou
8080
cat unknown.txt out+err> log.log
8181
```
8282

83-
Note that `out` can be shortend to just `o`, and `err` can be shortened to just `e`. So, the following examples are equivalent to the previous ones above:
83+
Note that `out` can be shortened to just `o`, and `err` can be shortened to just `e`. So, the following examples are equivalent to the previous ones above:
8484
```nu
8585
cat unknown.txt o> out.log e> err.log
8686

0 commit comments

Comments
 (0)