Skip to content

Commit 5bb4892

Browse files
author
Ed Costello
committed
misc typos and clarifications
1 parent ed03b12 commit 5bb4892

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

source/administration/sharding.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ more detail or use the following procedure as a quick starting point:
141141
MongoDB enables sharding on a per-database basis. This is only a
142142
meta-data change and will not redistribute your data. To enable
143143
sharding for a given database, use the :dbcommand:`enableSharding`
144-
command or the :method:`sh.enableSharding()` shell function.
144+
command or the :method:`sh.enableSharding()` shell helper.
145145

146146
.. code-block:: javascript
147147

source/administration/ssl.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,9 @@ information about MMS configuration.
9999
PyMongo
100100
~~~~~~~
101101

102-
Add the "``ssl=True``" parameter to a PyMongo connection to create a
103-
MongoDB connection to an SSL MongoDB instance:
102+
Add the "``ssl=True``" parameter to a PyMongo
103+
py:module:`connection <pymongo:pymongo.connection>`
104+
to create a MongoDB connection to an SSL MongoDB instance:
104105

105106
.. code-block:: python
106107

source/applications.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Application Development
33
=======================
44

55
MongoDB provides language-specific client libraries called
6-
:term:`drives <driver>` that let you develop applications to interact
6+
:term:`drivers <driver>` that let you develop applications to interact
77
with your databases.
88

99
This page lists the documents, tutorials, and reference pages that
10-
describe application development. qor API-level documentation, see
10+
describe application development. For API-level documentation, see
1111
:doc:`/applications/drivers`.
1212

1313
For an overview of topics with which every
@@ -19,7 +19,7 @@ MongoDB use, see the :ref:`administration tutorials <administration-tutorials>`.
1919

2020
.. seealso:: :wiki:`Developer Zone <Developer+Zone>` wiki pages and
2121
the :doc:`/faq/developers` document. Developers also should be
22-
familiar with the :doc:`mongo` shell and the MongoDB :doc:`query
22+
familiar with :doc:`mongo` and the MongoDB :doc:`query
2323
and update operators </reference/operators>`.
2424

2525
Application Development

source/index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The MongoDB Manual
77
.. default-domain:: mongodb
88

99
Welcome to the MongoDB Manual! The Manual begins by introducing
10-
MongoDB continues to describe the query language, operational
10+
MongoDB and continues to describe the query language, operational
1111
considerations and procedures, administration, among other topics in
1212
addition to a thorough reference.
1313

@@ -88,7 +88,7 @@ MongoDB...
8888
- :doc:`Sharding <sharding>`
8989

9090
Most deployments consist of a single replica set. Scaling the
91-
database on existing hardware usually involved sharding. If you
91+
database on existing hardware usually involves sharding. If you
9292
are deploying MongoDB to production, be sure to familiarize
9393
yourself with the following topics:
9494

0 commit comments

Comments
 (0)