Replace 'via' with 'over' or 'through' in the documentation
Closes gh-33878
This commit is contained in:
@@ -48,7 +48,7 @@ import org.springframework.test.context.junit.jupiter.SpringExtension;
|
||||
* <p>
|
||||
* By default, tests annotated with {@code JsonTest} will also initialize
|
||||
* {@link JacksonTester}, {@link JsonbTester} and {@link GsonTester} fields. More
|
||||
* fine-grained control can be provided via the
|
||||
* fine-grained control can be provided through the
|
||||
* {@link AutoConfigureJsonTesters @AutoConfigureJsonTesters} annotation.
|
||||
* <p>
|
||||
* When using JUnit 4, this annotation should be used in combination with
|
||||
|
||||
@@ -48,8 +48,8 @@ import org.springframework.web.context.WebApplicationContext;
|
||||
|
||||
/**
|
||||
* {@link MockMvcBuilderCustomizer} for a typical Spring Boot application. Usually applied
|
||||
* automatically via {@link AutoConfigureMockMvc @AutoConfigureMockMvc}, but may also be
|
||||
* used directly.
|
||||
* automatically through {@link AutoConfigureMockMvc @AutoConfigureMockMvc}, but may also
|
||||
* be used directly.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @author Andy Wilkinson
|
||||
|
||||
Reference in New Issue
Block a user