diff --git a/source/reference/method/db.collection.validate.txt b/source/reference/method/db.collection.validate.txt index 8cd0bee19fd..961cc01533c 100644 --- a/source/reference/method/db.collection.validate.txt +++ b/source/reference/method/db.collection.validate.txt @@ -41,6 +41,6 @@ Behavior :method:`db.collection.validate()` obtains an exclusive lock on the collection. This will block all reads and writes on the collection until the operation finishes. When run on a secondary, the operation -can sblock all other operations on that secondary until it finishes. +can block all other operations on that secondary until it finishes. .. seealso:: :doc:`/reference/command/validate`