From 571b509c754d4cc39d78ee8f394ec249f6f35396 Mon Sep 17 00:00:00 2001 From: jiangying Date: Wed, 17 Jul 2024 11:20:36 +0800 Subject: [PATCH] Update index.mdx --- docs/getting-started/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index 07ee7be..4d287aa 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -223,7 +223,7 @@ npm run build # Serving Frontend with the Backend cd ./backend -# Optional, you can enable venv with to avoid pollute system packages +# Optional, you can enable venv with to avoid collision with the system wide packages # python -m venv # ./venv/Scripts/activate