diff --git a/documentation/spring-boot-actuator-docs/src/test/java/org/springframework/boot/actuate/docs/info/InfoEndpointDocumentationTests.java b/documentation/spring-boot-actuator-docs/src/test/java/org/springframework/boot/actuate/docs/info/InfoEndpointDocumentationTests.java index 1b517c02b2c..d71ca9b0b05 100644 --- a/documentation/spring-boot-actuator-docs/src/test/java/org/springframework/boot/actuate/docs/info/InfoEndpointDocumentationTests.java +++ b/documentation/spring-boot-actuator-docs/src/test/java/org/springframework/boot/actuate/docs/info/InfoEndpointDocumentationTests.java @@ -131,7 +131,7 @@ private ResponseFieldsSnippet processInfo() { 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") diff --git a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/grpc.adoc b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/grpc.adoc index 1289ead9474..6cc9cc9f0f4 100644 --- a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/grpc.adoc +++ b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/grpc.adoc @@ -59,7 +59,7 @@ Spring Boot supports for both Maven and Gradle protobuf plugins, but you are fre ==== Using the Maven Plugin Spring Boot include dependency management for the `io.github.ascopes:protobuf-maven-plugin` Maven plugin. -If you are using the the `spring-boot-starter-parent` POM, you'll also get sensible out-of-the-box configuration. +If you are using the `spring-boot-starter-parent` POM, you'll also get sensible out-of-the-box configuration. The following shows a typical Maven POM file that uses the plugin: