Skip to content

Commit 2518ba1

Browse files
RafaelGreen1jeff-allen-mongo
authored andcommitted
Update index-creation.txt
fix typos
1 parent 654bee0 commit 2518ba1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/core/index-creation.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ The build process is summarized as follows:
168168
the index build.
169169

170170
#. The secondaries start the index build after they replicate the
171-
"startIndexBuild oplog entry.
171+
"startIndexBuild" oplog entry.
172172

173173
#. Each member "votes" to commit the build once it finishes indexing
174174
data in the collection.
@@ -239,7 +239,7 @@ down cleanly during the index build and the
239239
:ref:`commitQuorum <createIndexes-cmd-commitQuorum>` is set to the
240240
default ``votingMembers``, then the index build progress is saved to
241241
disk. The :binary:`~bin.mongod` automatically recovers the index build
242-
when it is restarted and continues from the saved checkpoint. In earler
242+
when it is restarted and continues from the saved checkpoint. In earlier
243243
versions, if the index build was interrupted it had to be restarted
244244
from the beginning.
245245

@@ -251,7 +251,7 @@ down cleanly during the index build and the
251251
:ref:`commitQuorum <createIndexes-cmd-commitQuorum>` is set to the
252252
default ``votingMembers``, then the index build progress is saved to
253253
disk. The :binary:`~bin.mongod` automatically recovers the index build
254-
when it is restarted and continues from the saved checkpoint. In earler
254+
when it is restarted and continues from the saved checkpoint. In earlier
255255
versions, if the index build was interrupted it had to be restarted
256256
from the beginning.
257257

0 commit comments

Comments
 (0)