Skip to content
Closed
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
4 changes: 2 additions & 2 deletions source/core/index-single.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ following specification:
.. _index-subdocument:
.. _index-embedded-document:

Indexes on Embedded Dcuments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Indexes on Embedded Documents
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. default-domain:: mongodb

Expand Down
4 changes: 2 additions & 2 deletions source/reference/command/distinct.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Definition
Behavior
--------

.. _distict-command-array:
.. _distinct-command-array:

Array Fields
~~~~~~~~~~~~
Expand Down Expand Up @@ -129,7 +129,7 @@ contains the distinct ``sizes`` values:
}

For information on :dbcommand:`distinct` and array fields, see the
:ref:`Behavior <distict-command-array>` section.
:ref:`Behavior <distinct-command-array>` section.

Specify Query with ``distinct``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions source/reference/method/db.collection.distinct.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Definition
Behavior
--------

.. _distict-method-array:
.. _distinct-method-array:

Array Fields
~~~~~~~~~~~~
Expand Down Expand Up @@ -104,7 +104,7 @@ The method returns the following array of distinct ``sizes`` values:
[ "M", "S", "L" ]

For information on :method:`~db.collection.distinct()` and array
fields, see the :ref:`Behavior <distict-method-array>` section.
fields, see the :ref:`Behavior <distinct-method-array>` section.

Specify Query with ``distinct``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down