Skip to content

Commit 5861f44

Browse files
committed
fix
1 parent 67f3b4f commit 5861f44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/fundamentals/read-operations.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ that represent MongoDB collections and chain methods on them to specify
5858
query criteria.
5959

6060
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.
61+
method on the collection's corresponding Eloquent model, then pass a query
62+
filter to the method.
6363

6464
A query filter specifies field value requirements and instructs the find
6565
operation to return only documents that meet these requirements.

0 commit comments

Comments
 (0)