File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ await Movie.create({ input: [{ title: "The Matrix" }] })
287
287
=== `delete`
288
288
289
289
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:
291
291
292
292
[cols="1,1,1"]
293
293
|===
@@ -340,7 +340,7 @@ await User.delete({ where: { name: "Dan" }});
340
340
=== `find`
341
341
342
342
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.
344
344
345
345
==== Arguments
346
346
You can’t perform that action at this time.
0 commit comments