From aa8add1062199c7b3cdcd3a86e6032a728c286b6 Mon Sep 17 00:00:00 2001 From: Riskey Date: Sat, 11 Oct 2025 12:05:03 +0800 Subject: [PATCH] typo --- en/guides/workflow/node/code.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/guides/workflow/node/code.mdx b/en/guides/workflow/node/code.mdx index a37570f7..1f1466bf 100644 --- a/en/guides/workflow/node/code.mdx +++ b/en/guides/workflow/node/code.mdx @@ -67,7 +67,7 @@ def main(knowledge1: list, knowledge2: list) -> dict: If you are a local deployment user, you need to start a sandbox service to prevent the execution of malicious code. -This sanbox service requires Docker and you can start it directly using `docker-compose`: +This sandbox service requires Docker and you can start it directly using `docker-compose`: ```bash docker-compose -f docker-compose.middleware.yaml up -d