Skip to content

Commit 1a4fe11

Browse files
authored
Fix session.run typo in Doc (#735)
1 parent 57c421e commit 1a4fe11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/session.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class Session {
113113

114114
/**
115115
* Run Cypher query
116-
* Could be called with a query object i.e.: `{text: "MATCH ...", prameters: {param: 1}}`
116+
* Could be called with a query object i.e.: `{text: "MATCH ...", parameters: {param: 1}}`
117117
* or with the query and parameters as separate arguments.
118118
*
119119
* @public

0 commit comments

Comments
 (0)