mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-19 22:09:01 +00:00
Fix duplicate word typos in documentation
Signed-off-by: vipi-n <vipinkm30@gmail.com> See gh-50738
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user