Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/applications.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Using MongoDB
=============

These documents address application development with MongoDB. Most
applications interact with MongoDB using client libraries (drivers.)
applications interact with MongoDB using client libraries (drivers).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The drivers provide language-specific interfaces to the database for
use in your applications. The :doc:`/applications/drivers` page
contains more information about the drivers themselves and links to
Expand Down
2 changes: 1 addition & 1 deletion source/includes/geospatial-coordinates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ that holds a 2 dimensional array. The preferred form is:
[ x, y ]

Consistency is crucial: all documents must store the values in the
same order. you may also use an embeded document, as in:
same order. You may also use an embedded document, as in:

.. code-block:: javascript

Expand Down
2 changes: 1 addition & 1 deletion source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ MongoDB. The following pages from the wiki are especially useful:
- :wiki:`Introduction`
- :wiki:`Downloads`
- :wiki:`Features`
- :wiki:`SQL to MongoDB Mapping <SQL+to+MongoDB+Mapping+Chart>`
- :wiki:`SQL to MongoDB Mapping <SQL+to+Mongo+Mapping+Chart>`

- :wiki:`Developer Documentation <Developer+Zone>`

Expand Down
2 changes: 1 addition & 1 deletion source/use-cases/storing-log-data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ a pipeline that:

.. [#sql-aggregation-equivalents] To translate statements from the
:doc:`aggregation framework </applications/aggregation>` to SQL,
you can consider the :agg:pipeline:`$match` equivelent to
you can consider the :agg:pipeline:`$match` equivalent to
``WHERE``, :agg:pipeline:`$project` to ``SELECT``, and
:agg:pipeline:`$group` to ``GROUP BY``.

Expand Down