Fix duplicate word typos in documentation

Signed-off-by: vipi-n <vipinkm30@gmail.com>

See gh-50738
This commit is contained in:
vipi-n
2026-06-24 17:57:15 +01:00
committed by Andy Wilkinson
parent 4fe692e9d2
commit 463d68c19a
@@ -119,7 +119,7 @@ class InfoEndpointDocumentationTests extends MockMvcEndpointDocumentationTests {
fieldWithPath("memory.nonHeap.max")
.description("Maximum number of bytes that can be used by the JVM (or -1)."),
fieldWithPath("memory.garbageCollectors").description("Details for garbage collectors."),
fieldWithPath("memory.garbageCollectors[].name").description("Name of of the garbage collector."),
fieldWithPath("memory.garbageCollectors[].name").description("Name of the garbage collector."),
fieldWithPath("memory.garbageCollectors[].collectionCount")
.description("Total number of collections that have occurred."),
fieldWithPath("virtualThreads")