Skip to content

Commit 994eb8c

Browse files
ansgarmknolleary
authored andcommitted
changed array to object in creating-nodes docs (#68)
It seems to be an object and not an array.
1 parent b4fd0c0 commit 994eb8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/creating-nodes/properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ property called `prefix` to the node:
4646

4747
### Property definitions
4848

49-
The entries in the `defaults` array can have the following attributes:
49+
The entries in the `defaults` object can have the following attributes:
5050

5151
- `value` : (any type) the default value the property takes
5252
- `required` : (boolean) *optional* whether the property is required. If set to

0 commit comments

Comments
 (0)