Skip to content

Commit 847a2f5

Browse files
committed
Update getting-started.txt
I added the word 'shell' after 'mongo' on line 28 for consistency. Everywhere else in the document where the mongo command line is referenced it is referred to as the 'mongo shell', but on line 28 it is being referred to as simply 'mongo'. This makes it difficult to understand without rereading it. I added a comma on line 26 for increased readability.
1 parent c4c4687 commit 847a2f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorial/getting-started.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ options.
4646
Select a Database
4747
~~~~~~~~~~~~~~~~~
4848

49-
After starting the :program:`mongo` shell your session will use the
49+
After starting the :program:`mongo` shell, your session will use the
5050
``test`` database by default. At any time, issue the following operation
51-
at the :program:`mongo` to report the name of the current database:
51+
at the :program:`mongo` shell to report the name of the current database:
5252

5353
.. code-block:: javascript
5454

0 commit comments

Comments
 (0)