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 57c421e commit 1a4fe11Copy full SHA for 1a4fe11
core/src/session.ts
@@ -113,7 +113,7 @@ class Session {
113
114
/**
115
* Run Cypher query
116
- * Could be called with a query object i.e.: `{text: "MATCH ...", prameters: {param: 1}}`
+ * Could be called with a query object i.e.: `{text: "MATCH ...", parameters: {param: 1}}`
117
* or with the query and parameters as separate arguments.
118
*
119
* @public
0 commit comments