Skip to content

Commit a1733e0

Browse files
author
Dave
authored
DOCSP-19109 typo on createIndex page (#6011)
1 parent 5909242 commit a1733e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/reference/method/db.collection.createIndex.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ creation of the index. Different index types can have additional
160160
options specific for that type.
161161

162162
Multiple index options can be specified in the same document. However,
163-
if you specify mutiple option documents the :method:`db.collection.createIndex()`
163+
if you specify multiple option documents the :method:`db.collection.createIndex()`
164164
operation will fail.
165165

166166
Consider the following :method:`db.collection.createIndex()` operation:

source/reference/method/db.collection.createIndexes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ creation of the indexes. Different index types can have additional
162162
options specific for that type.
163163

164164
Multiple index options can be specified in the same document. However,
165-
if you specify mutiple option documents the :method:`db.collection.createIndexes()`
165+
if you specify multiple option documents the :method:`db.collection.createIndexes()`
166166
operation will fail.
167167

168168
Consider the following :method:`db.collection.createIndexes()` operation:

0 commit comments

Comments
 (0)