From eb1ae2dd79f49a43ac3c8bb1211642fc9c26513c Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Mon, 1 Jan 2018 13:19:20 +0100 Subject: [PATCH] Fix typos Closes gh-11460 --- README.adoc | 2 +- .../boot/gradle/junit/GradleCompatibilitySuite.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 1379ada4f5..24b57138b8 100755 --- a/README.adoc +++ b/README.adoc @@ -206,7 +206,7 @@ Spring Boot Actuator provides additional auto-configuration to decorate your app with features that make it instantly deployable and supportable in production. For instance, if you are writing a JSON web service then it will provide a server, security, logging, externalized configuration, management endpoints, an audit abstraction, and -more. If you want to switch off the built in features, or extend or replace them, it +more. If you want to switch off the built-in features, or extend or replace them, it makes that really easy as well. diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/junit/GradleCompatibilitySuite.java b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/junit/GradleCompatibilitySuite.java index a326883331..3898537e4e 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/junit/GradleCompatibilitySuite.java +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/junit/GradleCompatibilitySuite.java @@ -30,7 +30,7 @@ import org.junit.runners.model.InitializationError; import org.springframework.boot.gradle.testkit.GradleBuild; /** - * Custom {@link Suite} that runs tests against multiple version of Gradle. Test classes + * Custom {@link Suite} that runs tests against multiple versions of Gradle. Test classes * using the suite must have a public {@link GradleBuild} field named {@code gradleBuild} * and annotated with {@link Rule}. *