Skip to content

Commit 6a0053c

Browse files
NaitYoussefsnicoll
authored andcommitted
Fix typo
See gh-15733
1 parent 708ca06 commit 6a0053c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import org.springframework.util.Assert;
3939

4040
/**
41-
* Utility design to run and an {@link ApplicationContext} and provide AssertJ style
41+
* Utility design to run an {@link ApplicationContext} and provide AssertJ style
4242
* assertions. The test is best used as a field of a test class, describing the shared
4343
* configuration required for the test:
4444
*

0 commit comments

Comments
 (0)