From 6ce07a88eda29974da3c36c7d538dc4fda161071 Mon Sep 17 00:00:00 2001 From: Kyle Suarez Date: Wed, 6 Dec 2017 10:26:41 -0500 Subject: [PATCH 1/2] trivial: fix typo in JSON Schema keywords list --- source/includes/fact-json-schema-validation-keywords.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/fact-json-schema-validation-keywords.rst b/source/includes/fact-json-schema-validation-keywords.rst index ef2980b3f8e..d5c0188f051 100644 --- a/source/includes/fact-json-schema-validation-keywords.rst +++ b/source/includes/fact-json-schema-validation-keywords.rst @@ -139,7 +139,7 @@ * - maxItems - arrays - integer - - Indicates the maximum length of arrayy + - Indicates the maximum length of array * - minItems - arrays From ffe55152daf42f95ce6ce9e8c32c8e31d9028e34 Mon Sep 17 00:00:00 2001 From: Kyle Suarez Date: Wed, 6 Dec 2017 10:29:58 -0500 Subject: [PATCH 2/2] trivial: add missing link to change-stream-resume It's needed by changeStreams.txt. --- source/tutorial/change-streams-example.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/tutorial/change-streams-example.txt b/source/tutorial/change-streams-example.txt index 6ddd46b0eb2..92d89a8d506 100644 --- a/source/tutorial/change-streams-example.txt +++ b/source/tutorial/change-streams-example.txt @@ -239,6 +239,8 @@ See :ref:`change-stream-output` for more information on the change stream response document format. +.. change-stream-resume:: + Resume a Change Stream ----------------------