From e487d25bdba2cd8de1cecf1e15433f139208b380 Mon Sep 17 00:00:00 2001 From: Rosano Date: Thu, 6 Oct 2022 11:34:13 +0200 Subject: [PATCH] Fix typo --- docs/integrations/builtin/core-nodes/n8n-nodes-base.function.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/integrations/builtin/core-nodes/n8n-nodes-base.function.md b/docs/integrations/builtin/core-nodes/n8n-nodes-base.function.md index 4a660f6f2..608745da4 100644 --- a/docs/integrations/builtin/core-nodes/n8n-nodes-base.function.md +++ b/docs/integrations/builtin/core-nodes/n8n-nodes-base.function.md @@ -8,6 +8,7 @@ Using the function node, you can: !!! note "Function node and function item node" Note that the Function node is different from the [Function Item](/integrations/builtin/core-nodes/n8n-nodes-base.functionItem/) node. Refer to [Data | Code](/data/code/) to learn about the difference between the two. + The Function node supports: * Promises. Instead of returning the items directly, you can return a promise which resolves accordingly.