From 0f8d45d25cca8117bb1db6f72d08f43eb00edacd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=AA=20Nam=20Kh=C3=A1nh?= <55955273+khanhkhanhlele@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:00:06 +0700 Subject: [PATCH] chore: fix typos in packages/server/src/utils/buildChatflow.ts (#5414) Fix typos in packages/server/src/utils/buildChatflow.ts --- packages/server/src/utils/buildChatflow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/src/utils/buildChatflow.ts b/packages/server/src/utils/buildChatflow.ts index 7a57b67b..c191876a 100644 --- a/packages/server/src/utils/buildChatflow.ts +++ b/packages/server/src/utils/buildChatflow.ts @@ -965,7 +965,7 @@ const checkIfStreamValid = async ( } /** - * Build/Data Preperation for execute function + * Build/Data Preparation for execute function * @param {Request} req * @param {boolean} isInternal */