Fix typos in Javadoc of assertable application context classes

Closes gh-10865
This commit is contained in:
Andy Wilkinson 2017-11-01 14:47:58 +00:00
parent dfe41cb2d0
commit 4757ad63f1
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.