From 4cd16a1ecb09420be2eca6486033bf37936c1b8b Mon Sep 17 00:00:00 2001
From: Jeremy Mikola <jmikola@gmail.com>
Date: Fri, 10 May 2024 11:33:43 -0400
Subject: [PATCH] Fix RST indent for Document annotation writeConcern option
 (#2637)

---
 docs/en/reference/annotations-reference.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/reference/annotations-reference.rst b/docs/en/reference/annotations-reference.rst
index 881e98207..bad58c731 100644
--- a/docs/en/reference/annotations-reference.rst
+++ b/docs/en/reference/annotations-reference.rst
@@ -168,7 +168,7 @@ Optional attributes:
    ``writeConcern`` - Specifies the write concern for this document that
    overwrites the default write concern specified in the configuration. It does
    not overwrite a write concern given as :ref:`option <flush_options>` to the
-  ``flush``  method when committing your documents.
+   ``flush``  method when committing your documents.
 
 .. code-block:: php