diff --git a/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunner.java b/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunner.java index 94550ae4be..c48b78965f 100644 --- a/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunner.java +++ b/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunner.java @@ -38,7 +38,7 @@ import org.springframework.core.io.DefaultResourceLoader; import org.springframework.util.Assert; /** - * Utility design to run and an {@link ApplicationContext} and provide AssertJ style + * Utility design to run an {@link ApplicationContext} and provide AssertJ style * assertions. The test is best used as a field of a test class, describing the shared * configuration required for the test: *