Skip to content

Commit f684297

Browse files
authored
Merge pull request #177 from mariusbutuc/patch-1
[typo] Update reference.adoc
2 parents 44f8a8a + d7e5c5c commit f684297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/ogm/reference.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ await Movie.create({ input: [{ title: "The Matrix" }] })
287287
=== `delete`
288288

289289
This method can be used to delete nodes, and maps to the underlying xref::mutations/delete.adoc[Delete] Mutation.
290-
It returns a `Promise` which resolvers to a `DeleteInfo` object:
290+
It returns a `Promise` which resolves to a `DeleteInfo` object:
291291

292292
[cols="1,1,1"]
293293
|===
@@ -340,7 +340,7 @@ await User.delete({ where: { name: "Dan" }});
340340
=== `find`
341341

342342
This method can be used to find nodes, and maps to the underlying schema xref::queries-aggregations/queries.adoc[Queries].
343-
It returns a `Promise` which resolvers to an array of objects matching the type of the Model.
343+
It returns a `Promise` which resolves to an array of objects matching the type of the Model.
344344

345345
==== Arguments
346346

0 commit comments

Comments
 (0)