diff --git a/source/administration/production-notes.txt b/source/administration/production-notes.txt index 9d4f3a66b90..15c03a24c0b 100644 --- a/source/administration/production-notes.txt +++ b/source/administration/production-notes.txt @@ -445,7 +445,7 @@ Additional Deployment Considerations prefetch settings. Note on linux the parameter is in *sectors*, not bytes. 32KBytes (a setting of 64 sectors) is pretty reasonable. -- Check :doc:`ulimits ` settings. +- Check :doc:`ulimit ` settings. - Use SSD if available and economical. Spinning disks can work well but SSDs' capacity for random I/O operations work well with the update diff --git a/source/faq/fundamentals.txt b/source/faq/fundamentals.txt index 0ec9d5e864a..c97161172d2 100644 --- a/source/faq/fundamentals.txt +++ b/source/faq/fundamentals.txt @@ -79,7 +79,7 @@ What languages can I use to work with MongoDB? MongoDB :term:`client drivers ` exist for all of the most popular programming languages, and many other ones. See the :ecosystem:`latest list of -drivers ` +drivers ` for details. .. seealso:: ":doc:`/applications/drivers`." diff --git a/source/includes/table-mongodb-extended-json.yaml b/source/includes/table-mongodb-extended-json.yaml index a5d8a5a098b..1d2495c3adb 100644 --- a/source/includes/table-mongodb-extended-json.yaml +++ b/source/includes/table-mongodb-extended-json.yaml @@ -171,7 +171,7 @@ mongo_ref: | notes_ref: | ```` is a string of valid JSON characters. - ```` is any valid etended JSON type. + ```` is any valid extended JSON type. bson_undef: ".. bsontype:: data_undefined" strict_undef: | diff --git a/source/meta/style-guide.txt b/source/meta/style-guide.txt index 73c2c10472c..bb474dcc7c7 100644 --- a/source/meta/style-guide.txt +++ b/source/meta/style-guide.txt @@ -134,7 +134,7 @@ Verb tense and mood preferences, with examples: - **Use** the second person. "If you need to back up your database, start by locking the database first." In practice, however, it's more concise to imply second person using the imperative, as in - "Before inititating a back up, lock the database." + "Before initiating a backup, lock the database." - When indicated, use the imperative mood. For example: "Backup your databases often" and "To prevent data loss, back up your databases." diff --git a/source/release-notes/1.4.txt b/source/release-notes/1.4.txt index 0455f576fbe..e500c96a528 100644 --- a/source/release-notes/1.4.txt +++ b/source/release-notes/1.4.txt @@ -86,7 +86,7 @@ Query Language Improvements - :doc:`$pull ` supports object matching -- :doc:`$set ` with array indices +- :doc:`$set ` with array indexes Geo ---