@@ -89,11 +89,11 @@ Modify Behavior
89
89
~~~~~~~~~~~~~~~
90
90
91
91
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
94
94
option.
95
95
96
- The ``FineOneAndDeleteOptions `` type allows you to configure options
96
+ The ``FindOneAndDeleteOptions `` type allows you to configure options
97
97
with the following methods:
98
98
99
99
.. list-table::
@@ -174,11 +174,11 @@ Modify Behavior
174
174
~~~~~~~~~~~~~~~
175
175
176
176
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
179
179
option.
180
180
181
- The ``FineOneAndUpdateOptions `` type allows you to configure options
181
+ The ``FindOneAndUpdateOptions `` type allows you to configure options
182
182
with the following methods:
183
183
184
184
.. list-table::
@@ -276,11 +276,11 @@ Modify Behavior
276
276
~~~~~~~~~~~~~~~
277
277
278
278
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
281
281
option.
282
282
283
- The ``FineOneAndReplaceOptions `` type allows you to configure options
283
+ The ``FindOneAndReplaceOptions `` type allows you to configure options
284
284
with the following methods:
285
285
286
286
.. list-table::
0 commit comments