Skip to content

Commit a851b48

Browse files
Take over suggested headline
Co-authored-by: Douglas <[email protected]>
1 parent 6fc09f4 commit a851b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ In this case, sleep takes `nothing` and instead expects an argument.
353353
So, we can supply the output of the `echo` command as an argument to it:
354354
`echo 1sec | sleep $in` or `sleep (echo 1sec)`
355355

356-
## Result Display Rendering
356+
## Rendering Display Results
357357

358358
In interactive mode, when a pipeline ends, the [`display_output` hook configuration](https://www.nushell.sh/book/hooks.html#changing-how-output-is-displayed) defines how the result will be displayed.
359359
The default configuration uses the [`table` command](/commands/docs/table.md) to render structured data as a visual table.

0 commit comments

Comments
 (0)