File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,19 +90,19 @@ This returns the output of :method:`db.getCollectionNames()` using the
90
90
evaluate a javascript file
91
91
~~~~~~~~~~~~~~~~~~~~~~~~~~
92
92
93
- you can specify a ``.js`` file to the :program:`mongo` shell, and
93
+ You can specify a ``.js`` file to the :program:`mongo` shell, and
94
94
:program:`mongo` will evaluate the javascript directly. consider the
95
95
following example:
96
96
97
97
.. code-block:: sh
98
98
99
99
mongo localhost:27017/test myjsfile.js
100
100
101
- this operation evaluates the ``myjsfile.js`` script in a
101
+ This operation evaluates the ``myjsfile.js`` script in a
102
102
:program:`mongo` shell that connects to the ``test`` :term:`database`
103
103
on the :program:`mongod` instance accessible via the ``localhost``
104
104
interface on port ``27017``.
105
105
106
- alternately , you can specify the mongodb connection parameters inside
106
+ Alternately , you can specify the mongodb connection parameters inside
107
107
of the javascript file using the ``Mongo()`` constructor. See
108
108
:ref:`mongo-shell-new-connections` for more information.
You can’t perform that action at this time.
0 commit comments