File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
source/fundamentals/crud/read-operations Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ pulling all matching documents into a collection in process memory.
5959
6060 Because asynchronous calls directly modify the cursor, executing
6161 asynchronous calls on a single cursor simultaneously can also cause
62- undefined behaviour . Always wait for the previous
62+ undefined behavior . Always wait for the previous
6363 asynchronous operation to complete before running another.
6464
6565.. note::
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Coordinates on a 2D Plane
7070~~~~~~~~~~~~~~~~~~~~~~~~~
7171
7272You can also express geospatial queries using ``x`` and ``y`` coordinates in
73- a two-dimentional Euclidian plane. Until MongoDB, this was the only format
73+ a two-dimensional Euclidean plane. Until MongoDB, this was the only format
7474compatible with geospatial queries, and are now referred to as
7575"legacy coordinate pairs".
7676
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ Watch / Subscribe
142142You can use the ``watch()`` method to monitor a collection for changes to
143143a collection that match certain criteria. These changes include inserted,
144144updated, replaced, and deleted documents. You can pass this method
145- a pipeline of aggregation comands that sequentially runs on the changed
145+ a pipeline of aggregation commands that sequentially runs on the changed
146146data whenever write operations are executed on the collection.
147147
148148.. example::
You can’t perform that action at this time.
0 commit comments