diff --git a/docs/utilities/large_messages.md b/docs/utilities/large_messages.md
index c4947a6e8..39aaf45c8 100644
--- a/docs/utilities/large_messages.md
+++ b/docs/utilities/large_messages.md
@@ -105,44 +105,44 @@ Depending on your version of Java (either Java 1.8 or 11+), the configuration sl
=== "Maven Java 11+"
```xml hl_lines="3-7 16 18 24-27"
-...
-
-software.amazon.lambda
-powertools-large-messages
-{{ powertools.version }}
-
-...
+ ...
+
+ software.amazon.lambda
+ powertools-large-messages
+ {{ powertools.version }}
+
+ ...
...
-
-...
-
-dev.aspectj
-aspectj-maven-plugin
-1.13.1
-
-11
-11
-11
-
-
-software.amazon.lambda
-powertools-large-messages
-
-
-
-
-
-
-compile
-
-
-
-
-...
-
+
+ ...
+
+ dev.aspectj
+ aspectj-maven-plugin
+ 1.13.1
+
+ 11
+ 11
+ 11
+
+
+ software.amazon.lambda
+ powertools-large-messages
+
+
+
+
+
+
+ compile
+
+
+
+
+ ...
+
```
@@ -416,4 +416,4 @@ If you need to customize this `S3Client`, you can leverage the `LargeMessageConf
It gives more control, especially when dealing with partial failures with SQS (see the batch module).
- The new module only provides an annotation, an equivalent to the `SqsUtils` class is not available anymore in this new version.
-Finally, if you are still using the `powertools-sqs` library for batch processing, consider moving to `powertools-batch` at the same time to remove the dependency on this library completely; it has been deprecated and will be removed in v2.
\ No newline at end of file
+Finally, if you are still using the `powertools-sqs` library for batch processing, consider moving to `powertools-batch` at the same time to remove the dependency on this library completely; it has been deprecated and will be removed in v2.