From 4b3e75875e304709b00a6960f0f0d7528ed2e086 Mon Sep 17 00:00:00 2001 From: Deborah Date: Thu, 19 May 2022 15:47:36 +0100 Subject: [PATCH] Update docs/hosting/configuration.md Co-authored-by: Lorena Ciutacu <38855851+lorenanda@users.noreply.github.com> --- docs/hosting/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hosting/configuration.md b/docs/hosting/configuration.md index 3085dd30a..c0cc53f4b 100644 --- a/docs/hosting/configuration.md +++ b/docs/hosting/configuration.md @@ -174,7 +174,7 @@ export N8N_CUSTOM_EXTENSIONS="/home/jim/n8n/custom-nodes;/data/n8n/nodes" ### Use built-in and external modules in Function-Nodes -For security reasons, ithe Function node restricts importing modules. It's possible to lift that restriction for built-in and external modules by setting the following environment variables: +For security reasons, the Function node restricts importing modules. It's possible to lift that restriction for built-in and external modules by setting the following environment variables: - `NODE_FUNCTION_ALLOW_BUILTIN`: For built-in modules - `NODE_FUNCTION_ALLOW_EXTERNAL`: For external modules sourced from n8n/node_modules directory. External module support is disabled when an environment variable isn't set.