diff --git a/source/includes/steps-create-index.yaml b/source/includes/steps-create-index.yaml index 042dfc4c2..f6578cd40 100644 --- a/source/includes/steps-create-index.yaml +++ b/source/includes/steps-create-index.yaml @@ -82,10 +82,10 @@ content: | For example: - The following partial filter expression only indexes - documents where the ``timezone`` field exists: + The following partial filter expression only indexes + documents where the ``timezone`` field exists: - .. code-block:: js + .. code-block:: js { "timezone": { "$exists": true } }