Skip to content

Commit 141039e

Browse files
authored
Update node-js.md
Fixes #209
1 parent c80978a commit 141039e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/creating-nodes/node-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ For example, if the node type `sample-node` wanted to expose a setting called
248248
`colour`, the setting name should be `sampleNodeColour`.
249249

250250
Within the runtime, the node can then reference the setting as
251-
`RED.setting.sampleNodeColour`.
251+
`RED.settings.sampleNodeColour`.
252252

253253

254254
#### Exposing settings to the editor

0 commit comments

Comments
 (0)