From 54781113ed777363766f2aa9ef9a326612e46ddb Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Wed, 31 Dec 2025 12:22:23 -0500 Subject: [PATCH] fix(content): fix typo in @clack/prompts stream section Signed-off-by: Philippe Serhal --- src/content/docs/clack/packages/prompts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/clack/packages/prompts.mdx b/src/content/docs/clack/packages/prompts.mdx index 3593c85..16bae97 100644 --- a/src/content/docs/clack/packages/prompts.mdx +++ b/src/content/docs/clack/packages/prompts.mdx @@ -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.