Skip to content

Commit 334e565

Browse files
committed
JS PR fixes 1
1 parent 4b16ca3 commit 334e565

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

source/indexes/index-mgmt.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ advance or are arbitrary. Wildcard indexes are *not* designed to replace
4646
workload-based index planning.
4747

4848
To learn more about designing your data model and choosing
49-
indexes, see the :manual:`Data Modeling and Indexes
50-
</core/data-model-operations/#indexes>` guide in the {+mdb-server+}
51-
manual.
49+
indexes, see the :manual:`Indexes
50+
</core/data-model-operations/#indexes>` section of the Operational
51+
Factors and Data Models guide in the {+mdb-server+} manual.
5252

5353
Sample Data
5454
~~~~~~~~~~~
@@ -116,7 +116,7 @@ The following example removes the ``'_title_'`` index from the
116116
Delete All Indexes
117117
~~~~~~~~~~~~~~~~~~
118118

119-
You can drop all indexes by calling the
119+
You can delete all indexes by calling the
120120
``MongoDB\Collection::dropIndexes()`` method on a collection:
121121

122122
.. literalinclude:: /includes/indexes/indexes.php

source/indexes/single-field-index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Overview
2222

2323
Single field indexes are indexes with a reference to a single field of a
2424
document in a collection. These indexes improve single field query and
25-
sort performance, and support :manual:`TTL Indexes </core/index-ttl>`
25+
sort performance. They also support :manual:`TTL Indexes </core/index-ttl>`
2626
that automatically remove documents from a collection after a certain
2727
amount of time or at a specified clock time.
2828

0 commit comments

Comments
 (0)