diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/function/10-function.html b/packages/node_modules/@node-red/nodes/locales/en-US/function/10-function.html
index 891801bf9..dd13b6732 100644
--- a/packages/node_modules/@node-red/nodes/locales/en-US/function/10-function.html
+++ b/packages/node_modules/@node-red/nodes/locales/en-US/function/10-function.html
@@ -52,10 +52,11 @@
pass msg
as a second argument to node.error
:
node.error("Error",msg);
In the function block, id and name of the node can be referenced using the following properties:
+The following properties are available to access information about the node:
node.id
- id of the nodenode.name
- name of the nodenode.outputCount
- number of node outputsEnvironment variables can be accessed using env.get("MY_ENV_VAR")
.