Skip to content

Commit c96b601

Browse files
author
Dave
authored
DOCS-15003 BACKPORT v4.4 fix typos (#312)
1 parent aa3fbc7 commit c96b601

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/reference/command/validate.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,10 @@ Restrictions
112112
MongoDB drivers automatically set :ref:`afterClusterTime
113113
<afterClusterTime>` for operations associated with :ref:`causally
114114
consistent sessions <causal-consistency>`. Starting in MongoDB 4.2, the
115-
:dbcommand:`validate` command no longer support :ref:`afterClusterTime
116-
<afterClusterTime>`. As such, :dbcommand:`validate` cannot be associatd
117-
with :ref:`causally consistent sessions <causal-consistency>`.
115+
:dbcommand:`validate` command no longer supports :ref:`afterClusterTime
116+
<afterClusterTime>`. As such, :dbcommand:`validate` cannot be
117+
associated with :ref:`causally consistent sessions
118+
<causal-consistency>`.
118119

119120
Examples
120121
--------
@@ -131,7 +132,6 @@ Examples
131132
.. code-block:: javascript
132133

133134
db.runCommand( { validate: "myCollection", full: true } )
134-
135135

136136
.. _validate-output:
137137

0 commit comments

Comments
 (0)