Skip to content

Commit 4757ad6

Browse files
committed
Fix typos in Javadoc of assertable application context classes
Closes gh-10865
1 parent dfe41cb commit 4757ad6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/assertj/ApplicationContextAssertProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
/**
2929
* An {@link ApplicationContext} that additionally supports AssertJ style assertions. Can
30-
* be used to decorate and existing application context or an application context that
30+
* be used to decorate an existing application context or an application context that
3131
* failed to start.
3232
* <p>
3333
* Assertions can be applied using the standard AssertJ {@code assertThat(...)} style (see

spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/assertj/AssertableApplicationContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
/**
2626
* An {@link ApplicationContext} that additionally supports AssertJ style assertions. Can
27-
* be used to decorate and existing application context or an application context that
27+
* be used to decorate an existing application context or an application context that
2828
* failed to start.
2929
* <p>
3030
* See {@link ApplicationContextAssertProvider} for more details.

spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/assertj/AssertableReactiveWebApplicationContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
/**
2525
* A {@link ReactiveWebApplicationContext} that additionally supports AssertJ style
26-
* assertions. Can be used to decorate and existing reactive web application context or an
26+
* assertions. Can be used to decorate an existing reactive web application context or an
2727
* application context that failed to start.
2828
* <p>
2929
* See {@link ApplicationContextAssertProvider} for more details.

spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/assertj/AssertableWebApplicationContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
/**
2626
* A {@link WebApplicationContext} that additionally supports AssertJ style assertions.
27-
* Can be used to decorate and existing servlet web application context or an application
27+
* Can be used to decorate an existing servlet web application context or an application
2828
* context that failed to start.
2929
* <p>
3030
* See {@link ApplicationContextAssertProvider} for more details.

0 commit comments

Comments
 (0)