[READ-ONLY] Mirror of https://github.com/bombshell-dev/docs. bomb.sh/docs
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(content): fix typo in @clack/prompts stream section (#25)

Signed-off-by: Philippe Serhal <philippe.serhal@netlify.com>

authored by

Philippe Serhal and committed by
GitHub
(Jan 8, 2026, 9:46 PM EST) 5a1b429f 0f3eb379

+1 -1
+1 -1
src/content/docs/clack/packages/prompts.mdx
··· 659 659 ### Stream 660 660 661 661 The `stream` utilities allow you, like the `log` utilities, to add semantic contextual information during an interaction, 662 - expect that the message contains an unknown number of lines. 662 + except that the message contains an unknown number of lines. 663 663 Each function renders with specific styling to communicate status. 664 664 665 665 <Aside type="tip">These utilities are useful to print content of [`node:stream`](https://nodejs.org/api/stream.html),