From 7c49915d2e55c121e6408f960552afcbf1177684 Mon Sep 17 00:00:00 2001 From: Mick Dekkers Date: Sat, 19 Oct 2019 18:06:00 +0200 Subject: [PATCH] Fix typo in creating nodes custom node settings documentation --- docs/creating-nodes/node-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating-nodes/node-js.md b/docs/creating-nodes/node-js.md index ae19cfca..d1704fad 100644 --- a/docs/creating-nodes/node-js.md +++ b/docs/creating-nodes/node-js.md @@ -249,7 +249,7 @@ For example, if the node type `sample-node` wanted to expose a setting called `colour`, the setting name should be `sampleNodeColour`. Within the runtime, the node can then reference the setting as -`RED.setting.sampleNodeColour`. +`RED.settings.sampleNodeColour`. #### Exposing settings to the editor