From 08e53c8ce1a0cb788aab468f1922d2d5632a34fd Mon Sep 17 00:00:00 2001 From: Jiangzhou He Date: Mon, 14 Jul 2025 18:58:44 -0700 Subject: [PATCH] fix(docs): fix typo --- docs/docs/core/flow_def.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docs/core/flow_def.mdx b/docs/docs/core/flow_def.mdx index b89990cd1..cd6989b40 100644 --- a/docs/docs/core/flow_def.mdx +++ b/docs/docs/core/flow_def.mdx @@ -57,8 +57,7 @@ After it's called, `demo_flow` becomes an invalid object, and you should not cal :::note This only removes states of the flow from the current process, and it won't affect the persistent states. - -If you w +See [Setup / drop flow](/docs/core/flow_methods#setup--drop-flow) if you want to clean up the persistent states. :::