Skip to content

Commit 6ff4dd5

Browse files
committed
DOCSP-49699: compound ops page typo fix
1 parent 1877c6b commit 6ff4dd5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/fundamentals/crud/compound-operations.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ Modify Behavior
8989
~~~~~~~~~~~~~~~
9090

9191
You can modify the behavior of the ``FindOneAndDelete()`` method by
92-
passing in a ``FineOneAndDeleteOptions``. If you don't specify a
93-
``FineOneAndDeleteOptions``, the driver uses the default values for each
92+
passing in a ``FindOneAndDeleteOptions``. If you don't specify a
93+
``FindOneAndDeleteOptions``, the driver uses the default values for each
9494
option.
9595

96-
The ``FineOneAndDeleteOptions`` type allows you to configure options
96+
The ``FindOneAndDeleteOptions`` type allows you to configure options
9797
with the following methods:
9898

9999
.. list-table::
@@ -174,11 +174,11 @@ Modify Behavior
174174
~~~~~~~~~~~~~~~
175175

176176
You can modify the behavior of the ``FindOneAndUpdate()`` method by
177-
passing in a ``FineOneAndUpdateOptions``. If you don't specify a
178-
``FineOneAndUpdateOptions``, the driver uses the default values for each
177+
passing in a ``FindOneAndUpdateOptions``. If you don't specify a
178+
``FindOneAndUpdateOptions``, the driver uses the default values for each
179179
option.
180180

181-
The ``FineOneAndUpdateOptions`` type allows you to configure options
181+
The ``FindOneAndUpdateOptions`` type allows you to configure options
182182
with the following methods:
183183

184184
.. list-table::
@@ -276,11 +276,11 @@ Modify Behavior
276276
~~~~~~~~~~~~~~~
277277

278278
You can modify the behavior of the ``FindOneAndReplace()`` method by
279-
passing in a ``FineOneAndReplaceOptions``. If you don't specify a
280-
``FineOneAndReplaceOptions``, the driver uses the default values for each
279+
passing in a ``FindOneAndReplaceOptions``. If you don't specify a
280+
``FindOneAndReplaceOptions``, the driver uses the default values for each
281281
option.
282282

283-
The ``FineOneAndReplaceOptions`` type allows you to configure options
283+
The ``FindOneAndReplaceOptions`` type allows you to configure options
284284
with the following methods:
285285

286286
.. list-table::

0 commit comments

Comments
 (0)