File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,10 @@ Restrictions
138138MongoDB drivers automatically set :ref:`afterClusterTime
139139<afterClusterTime>` for operations associated with :ref:`causally
140140consistent sessions <causal-consistency>`. Starting in MongoDB 4.2, the
141- :dbcommand:`validate` command no longer support :ref:`afterClusterTime
142- <afterClusterTime>`. As such, :dbcommand:`validate` cannot be associatd
143- with :ref:`causally consistent sessions <causal-consistency>`.
141+ :dbcommand:`validate` command no longer supports :ref:`afterClusterTime
142+ <afterClusterTime>`. As such, :dbcommand:`validate` cannot be
143+ associated with :ref:`causally consistent sessions
144+ <causal-consistency>`.
144145
145146Examples
146147--------
@@ -167,7 +168,7 @@ Examples
167168 db.runCommand( { validate: "myCollection", repair: true } )
168169
169170- To validate the metadata in the ``myCollection`` collection,
170- specify :ref:`meta data : true <cmd-validate-metadata>`:
171+ specify :ref:`metadata : true <cmd-validate-metadata>`:
171172
172173 .. code-block:: javascript
173174
You can’t perform that action at this time.
0 commit comments