diff --git a/core/src/session.ts b/core/src/session.ts index 86b81b23f..7c6f5f91a 100644 --- a/core/src/session.ts +++ b/core/src/session.ts @@ -113,7 +113,7 @@ class Session { /** * Run Cypher query - * 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}}` * or with the query and parameters as separate arguments. * * @public