diff --git a/source/includes/options-conf.yaml b/source/includes/options-conf.yaml index 7bc38dccecc..fcef83ea6d0 100644 --- a/source/includes/options-conf.yaml +++ b/source/includes/options-conf.yaml @@ -1325,7 +1325,7 @@ replacement: description: | Enables or disables the automatic insertion of metadata splits in :term:`sharded collections `. If {{role}} is ``false`` on - all {{program}} isntances, MongoDB does not create new chunks as the + all {{program}} instances, MongoDB does not create new chunks as the data in a collection grows. Because any {{program}} in a cluster can create a split, diff --git a/source/reference/database-profiler.txt b/source/reference/database-profiler.txt index 66ef5d90ba6..129d707ec6f 100644 --- a/source/reference/database-profiler.txt +++ b/source/reference/database-profiler.txt @@ -335,7 +335,7 @@ operation. A document that contains the execution statistics of the query operation. For other operations, the value is an empty document. - The :data:`system.profile.execStats` presents the staticstics as a + The :data:`system.profile.execStats` presents the statistics as a tree; each node provides the statistics for the operation executed during that stage of the query operation.