From 098b96bc20921175c4daecab2fd3e16c646ea75a Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Wed, 30 Jun 2021 18:17:17 -0400 Subject: [PATCH] (DOCSP-17328): typo on versioned API docs --- source/reference/versioned-api.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/versioned-api.txt b/source/reference/versioned-api.txt index 21bedd75c59..96fdd7e522f 100644 --- a/source/reference/versioned-api.txt +++ b/source/reference/versioned-api.txt @@ -62,13 +62,13 @@ application's MongoClient: api={"version": "1", "strict": True} ) -Alternatively, if you are using running the :binary:`~bin.mongo` shell, +Alternatively, if you are using :mongosh:`MongoDB Shell `, you can specify the :option:`--apiStrict` and :option:`--apiVersion` connection options: .. code-block:: shell - mongo --apiVersion 1 --apiStrict + mongosh --apiVersion 1 --apiStrict ``"1"`` is currently the only API version available.