Skip to content

Commit d7e5c5c

Browse files
authored
[typo] Update reference.adoc
Fix typo _resolvers to_ » _resolves to_.
1 parent f83a93b commit d7e5c5c

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)