Skip to content

Commit b2d0f83

Browse files
Update components/neo4j_auradb/actions/create-node/create-node.mjs
Co-authored-by: michelle0927 <[email protected]>
1 parent db334c4 commit b2d0f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/neo4j_auradb/actions/create-node/create-node.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
nodeProperties: {
1818
type: "object",
1919
label: "Create Node Properties",
20-
description: "Anobject representing the properties of the node to create.",
20+
description: "An object representing the properties of the node to create.",
2121
},
2222
},
2323
async run({ $ }) {

0 commit comments

Comments
 (0)