From da7d8e969470141a2bc2914e6220ff46b5162ceb Mon Sep 17 00:00:00 2001 From: Nitesh Koushik S <39699046+NiteshKoushik@users.noreply.github.com> Date: Wed, 12 Feb 2020 19:26:13 +0530 Subject: [PATCH] multiple reference are removed from same paragraph\page removal of multiple referencing : the key word 'mongo' is referenced multiple times in same paragraph of same page under the same section. --- source/reference/program/mongo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/program/mongo.txt b/source/reference/program/mongo.txt index 7801dd7e449..0b974f6756e 100644 --- a/source/reference/program/mongo.txt +++ b/source/reference/program/mongo.txt @@ -30,7 +30,7 @@ Description :binary:`~bin.mongo` is an interactive JavaScript shell interface to MongoDB, which provides a powerful interface for system administrators as well as a way for developers to test queries and -operations directly with the database. :binary:`~bin.mongo` also provides +operations directly with the database. :program:`mongo` also provides a fully functional JavaScript environment for use with a MongoDB. .. include:: /includes/fact-download-mongo-shell.rst @@ -51,7 +51,7 @@ Syntax mongo -- You can run :binary:`~bin.mongo` shell with a :doc:`connection string +- You can run :program:`mongo` shell with a :doc:`connection string ` that specifies the host and port and other connection options. For example, the following includes the :urioption:`tls`: