Skip to content

Fixed typos and bad-formed intersphinx link #991

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/administration/production-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 </reference/ulimit>` settings.
- Check :doc:`ulimit </reference/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
Expand Down
2 changes: 1 addition & 1 deletion source/faq/fundamentals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ What languages can I use to work with MongoDB?
MongoDB :term:`client drivers <driver>` exist for
all of the most popular programming languages, and many
other ones. See the :ecosystem:`latest list of
drivers <drivers>`
drivers </drivers>`
for details.

.. seealso:: ":doc:`/applications/drivers`."
Expand Down
2 changes: 1 addition & 1 deletion source/includes/table-mongodb-extended-json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ mongo_ref: |
notes_ref: |
``<name>`` is a string of valid JSON characters.

``<id>`` is any valid etended JSON type.
``<id>`` is any valid extended JSON type.

bson_undef: ".. bsontype:: data_undefined"
strict_undef: |
Expand Down
2 changes: 1 addition & 1 deletion source/meta/style-guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion source/release-notes/1.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Query Language Improvements

- :doc:`$pull </reference/operator/pull>` supports object matching

- :doc:`$set </reference/operator/set>` with array indices
- :doc:`$set </reference/operator/set>` with array indexes

Geo
---
Expand Down