From e6530e472b2c6c7c2211ede0ed15bc85bfcfa881 Mon Sep 17 00:00:00 2001 From: Dave Cuthbert Date: Fri, 15 Oct 2021 12:42:08 -0400 Subject: [PATCH] DOCSP-19109 typo on createIndex page --- source/reference/method/db.collection.createIndex.txt | 2 +- source/reference/method/db.collection.createIndexes.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/method/db.collection.createIndex.txt b/source/reference/method/db.collection.createIndex.txt index 36d94a04772..c56f9a57904 100644 --- a/source/reference/method/db.collection.createIndex.txt +++ b/source/reference/method/db.collection.createIndex.txt @@ -160,7 +160,7 @@ creation of the index. Different index types can have additional options specific for that type. Multiple index options can be specified in the same document. However, -if you specify mutiple option documents the :method:`db.collection.createIndex()` +if you specify multiple option documents the :method:`db.collection.createIndex()` operation will fail. Consider the following :method:`db.collection.createIndex()` operation: diff --git a/source/reference/method/db.collection.createIndexes.txt b/source/reference/method/db.collection.createIndexes.txt index b00b4bbe549..d3377ac739f 100644 --- a/source/reference/method/db.collection.createIndexes.txt +++ b/source/reference/method/db.collection.createIndexes.txt @@ -162,7 +162,7 @@ creation of the indexes. Different index types can have additional options specific for that type. Multiple index options can be specified in the same document. However, -if you specify mutiple option documents the :method:`db.collection.createIndexes()` +if you specify multiple option documents the :method:`db.collection.createIndexes()` operation will fail. Consider the following :method:`db.collection.createIndexes()` operation: