File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ creation of the index. Different index types can have additional
160
160
options specific for that type.
161
161
162
162
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()`
164
164
operation will fail.
165
165
166
166
Consider the following :method:`db.collection.createIndex()` operation:
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ creation of the indexes. Different index types can have additional
162
162
options specific for that type.
163
163
164
164
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()`
166
166
operation will fail.
167
167
168
168
Consider the following :method:`db.collection.createIndexes()` operation:
You can’t perform that action at this time.
0 commit comments