From f27ce4be5704bbc418b6007e3b2bb68da2aa0885 Mon Sep 17 00:00:00 2001 From: Martijn Sprengers <84505880+mjsprengers@users.noreply.github.com> Date: Thu, 6 Apr 2023 12:16:35 +0200 Subject: [PATCH] fix typo --- docs/user-guide/writing-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/writing-functions.md b/docs/user-guide/writing-functions.md index 9fe2ab12..66e0de16 100644 --- a/docs/user-guide/writing-functions.md +++ b/docs/user-guide/writing-functions.md @@ -448,7 +448,7 @@ the settings file. For most users that will be the default user directory - `~/. *Since Node-RED 1.3.0* -By setting `functionExternalModules` to `true` in you *settings.js* file, the Function +By setting `functionExternalModules` to `true` in your *settings.js* file, the Function node's edit dialog will provide a list where you can add additional modules that should be available to the node. You also specify the variable that will be used to refer to the module in the node's code.