From 4e282563b35bb9c2277087d65a1805bf5cf296a2 Mon Sep 17 00:00:00 2001 From: James Wahlin Date: Wed, 5 Sep 2018 15:51:29 -0400 Subject: [PATCH] Update db.collection.validate.txt --- source/reference/method/db.collection.validate.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`