Skip to content

Commit 2f7374f

Browse files
author
Dave
authored
DOCS-15003 fix typos (#201)
1 parent 3274be9 commit 2f7374f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/reference/command/validate.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,10 @@ Restrictions
138138
MongoDB drivers automatically set :ref:`afterClusterTime
139139
<afterClusterTime>` for operations associated with :ref:`causally
140140
consistent 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

145146
Examples
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

0 commit comments

Comments
 (0)