Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/clack/packages/prompts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ if (!framework) {
### Stream

The `stream` utilities allow you, like the `log` utilities, to add semantic contextual information during an interaction,
expect that the message contains an unknown number of lines.
except that the message contains an unknown number of lines.
Each function renders with specific styling to communicate status.

<Aside type="tip">These utilities are useful to print content of [`node:stream`](https://nodejs.org/api/stream.html),
Expand Down