Skip to content

Commit b1dd10b

Browse files
committed
typos
1 parent 618d31c commit b1dd10b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/integrations/mongoose-get-started.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,8 @@ query with the ``where()`` method:
689689

690690
Generally, the ``where()`` method is used for complex queries involving dynamic
691691
query building or multiple comparators, or when using this method improves
692-
readability. However, there is no performance difference between using the
693-
``where()`` or a plain object query.
692+
readability. There is no performance difference between using the
693+
``where()`` method or a plain object query.
694694

695695
To include projection when using the ``where()`` method, chain the ``select()`` method
696696
after your query, as shown in the following example:
@@ -704,7 +704,7 @@ For more information, see the following sections of the Mongoose API
704704
documentation:
705705

706706
- `Model.where() <https://mongoosejs.com/docs/api/model.html#Model.$where()>`__
707-
- `Query.select()<https://mongoosejs.com/docs/api/query.html#Query.prototype.select()>`__
707+
- `Query.select() <https://mongoosejs.com/docs/api/query.html#Query.prototype.select()>`__
708708

709709
Additional Resources
710710
--------------------

0 commit comments

Comments
 (0)