From bbd8fe4ba5f03df8e9d7e85067f3de7a5a11b715 Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 12 Jan 2017 10:30:59 -0800 Subject: [PATCH] Update 3.4-compatibility.txt Fixed typo --- source/release-notes/3.4-compatibility.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes/3.4-compatibility.txt b/source/release-notes/3.4-compatibility.txt index 55560142d5f..9ac495f1589 100644 --- a/source/release-notes/3.4-compatibility.txt +++ b/source/release-notes/3.4-compatibility.txt @@ -110,7 +110,7 @@ MongoDB 3.4 enforces a stricter validation of collection options during namely, the specified options must be valid options supported by :dbcommand:`create` and :method:`db.createCollection()`. -For example, the following operation are no longer valid: +For example, the following operation is no longer valid: .. code-block:: javascript