Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dreis2211 authored and snicoll committed Jan 2, 2018
1 parent b545330 commit eb1ae2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
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}.
*
Expand Down

0 comments on commit eb1ae2d

Please sign in to comment.