From d303ec5dcacc3a85bab6a3b8cc508a6006b012e8 Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Tue, 24 Feb 2015 19:39:34 -0500 Subject: [PATCH] Copy edits for typos. --- source/core/index-single.txt | 4 ++-- source/reference/command/distinct.txt | 4 ++-- source/reference/method/db.collection.distinct.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/core/index-single.txt b/source/core/index-single.txt index 644d7fc91c6..7b9ab67c9e3 100644 --- a/source/core/index-single.txt +++ b/source/core/index-single.txt @@ -121,8 +121,8 @@ following specification: .. _index-subdocument: .. _index-embedded-document: -Indexes on Embedded Dcuments -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Indexes on Embedded Documents +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. default-domain:: mongodb diff --git a/source/reference/command/distinct.txt b/source/reference/command/distinct.txt index 799a230e502..afbce58a012 100644 --- a/source/reference/command/distinct.txt +++ b/source/reference/command/distinct.txt @@ -32,7 +32,7 @@ Definition Behavior -------- -.. _distict-command-array: +.. _distinct-command-array: Array Fields ~~~~~~~~~~~~ @@ -129,7 +129,7 @@ contains the distinct ``sizes`` values: } For information on :dbcommand:`distinct` and array fields, see the -:ref:`Behavior ` section. +:ref:`Behavior ` section. Specify Query with ``distinct`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/source/reference/method/db.collection.distinct.txt b/source/reference/method/db.collection.distinct.txt index 82aefeee1a6..90879c895e8 100644 --- a/source/reference/method/db.collection.distinct.txt +++ b/source/reference/method/db.collection.distinct.txt @@ -22,7 +22,7 @@ Definition Behavior -------- -.. _distict-method-array: +.. _distinct-method-array: Array Fields ~~~~~~~~~~~~ @@ -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 ` section. +fields, see the :ref:`Behavior ` section. Specify Query with ``distinct`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~