We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f3b4f commit 5861f44Copy full SHA for 5861f44
docs/fundamentals/read-operations.txt
@@ -58,8 +58,8 @@ that represent MongoDB collections and chain methods on them to specify
58
query criteria.
59
60
To retrieve documents that match a set of criteria, call the ``where()``
61
-method on the collection's corresponding Eloquent modelm then pass a query
62
-filter.
+method on the collection's corresponding Eloquent model, then pass a query
+filter to the method.
63
64
A query filter specifies field value requirements and instructs the find
65
operation to return only documents that meet these requirements.
0 commit comments