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 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 ----------------------