File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,6 @@ configurable :doc:`sort </fundamentals/crud/read-operations/sort>` and
5959:doc:`projection </fundamentals/crud/read-operations/project>` options
6060that work just like their read operation equivalents.
6161``findOneAndUpdate()`` and ``findOneAndDelete()`` allow the client to
62- configure the ``returnOriginal `` option, a boolean that determines if
62+ configure the ``returnDocument `` option, a boolean that determines if
6363the method returns the pre-update or post-update version of the modified
6464document.
Original file line number Diff line number Diff line change 11.. _node-pkfactory:
22
3- =================================
3+ ==================================
44Generate Custom Values for ``_id``
5- =================================
5+ ==================================
66
77.. default-domain:: mongodb
88
You can’t perform that action at this time.
0 commit comments