We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db334c4 commit b2d0f83Copy full SHA for b2d0f83
components/neo4j_auradb/actions/create-node/create-node.mjs
@@ -17,7 +17,7 @@ export default {
17
nodeProperties: {
18
type: "object",
19
label: "Create Node Properties",
20
- description: "Anobject representing the properties of the node to create.",
+ description: "An object representing the properties of the node to create.",
21
},
22
23
async run({ $ }) {
0 commit comments