Commit 87dfa070 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #11460 from dreis2211:fix-more-typos

* pr/11460:
  Fix typos
parents b545330d eb1ae2dd
...@@ -206,7 +206,7 @@ Spring Boot Actuator provides additional auto-configuration to decorate your app ...@@ -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 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, 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 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. makes that really easy as well.
......
...@@ -30,7 +30,7 @@ import org.junit.runners.model.InitializationError; ...@@ -30,7 +30,7 @@ import org.junit.runners.model.InitializationError;
import org.springframework.boot.gradle.testkit.GradleBuild; 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} * using the suite must have a public {@link GradleBuild} field named {@code gradleBuild}
* and annotated with {@link Rule}. * and annotated with {@link Rule}.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment