Fix typos in Javadoc of assertable application context classes

Closes gh-10865
pull/10871/head
Andy Wilkinson 7 years ago
parent dfe41cb2d0
commit 4757ad63f1

@ -27,7 +27,7 @@ import org.springframework.util.Assert;
/**
* An {@link ApplicationContext} that additionally supports AssertJ style assertions. Can
* be used to decorate and existing application context or an application context that
* be used to decorate an existing application context or an application context that
* failed to start.
* <p>
* Assertions can be applied using the standard AssertJ {@code assertThat(...)} style (see

@ -24,7 +24,7 @@ import org.springframework.context.ConfigurableApplicationContext;
/**
* An {@link ApplicationContext} that additionally supports AssertJ style assertions. Can
* be used to decorate and existing application context or an application context that
* be used to decorate an existing application context or an application context that
* failed to start.
* <p>
* See {@link ApplicationContextAssertProvider} for more details.

@ -23,7 +23,7 @@ import org.springframework.boot.web.reactive.context.ReactiveWebApplicationConte
/**
* A {@link ReactiveWebApplicationContext} that additionally supports AssertJ style
* assertions. Can be used to decorate and existing reactive web application context or an
* assertions. Can be used to decorate an existing reactive web application context or an
* application context that failed to start.
* <p>
* See {@link ApplicationContextAssertProvider} for more details.

@ -24,7 +24,7 @@ import org.springframework.web.context.WebApplicationContext;
/**
* A {@link WebApplicationContext} that additionally supports AssertJ style assertions.
* Can be used to decorate and existing servlet web application context or an application
* Can be used to decorate an existing servlet web application context or an application
* context that failed to start.
* <p>
* See {@link ApplicationContextAssertProvider} for more details.

Loading…
Cancel
Save