Skip to content

Commit 7b43f0d

Browse files
(DOCSP-17328): typo on versioned API docs
1 parent 6bccf06 commit 7b43f0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/versioned-api.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ application's MongoClient:
6262
api={"version": "1", "strict": True}
6363
)
6464

65-
Alternatively, if you are using running the :binary:`~bin.mongo` shell,
65+
Alternatively, if you are using :mongosh:`MongoDB Shell </>`,
6666
you can specify the :option:`--apiStrict` and :option:`--apiVersion`
6767
connection options:
6868

6969
.. code-block:: shell
7070

71-
mongo --apiVersion 1 --apiStrict
71+
mongosh --apiVersion 1 --apiStrict
7272

7373
``"1"`` is currently the only API version available.
7474

0 commit comments

Comments
 (0)