From 004686caea80e4dcac4e349dfe24c25fc677e6fd Mon Sep 17 00:00:00 2001 From: "vizard-docs-suggestions[bot]" <332891313+vizard-docs-suggestions[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 11:24:50 +0000 Subject: [PATCH] Docs: wording correction for concepts/signal-chain --- src/content/docs/concepts/signal-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/concepts/signal-chain.md b/src/content/docs/concepts/signal-chain.md index 49a7643..a7f8c64 100644 --- a/src/content/docs/concepts/signal-chain.md +++ b/src/content/docs/concepts/signal-chain.md @@ -2,7 +2,7 @@ title: "Signal Chain" --- -A patch is the chain you build: modules run in the order shown top to bottom +A patch is the chain you assemble: modules run in the order shown top to bottom in `Chain`, each one blending its own output into the running composite before the next module runs. The last module in that order is what `Output` shows.