Browse Source

Fix typo

pull/22513/head
Sam Brannen 7 years ago
parent
commit
c0b6488ed5
  1. 2
      spring-test/src/main/java/org/springframework/test/web/reactive/server/MockServerConfigurer.java

2
spring-test/src/main/java/org/springframework/test/web/reactive/server/MockServerConfigurer.java

@ -51,7 +51,7 @@ public interface MockServerConfigurer { @@ -51,7 +51,7 @@ public interface MockServerConfigurer {
/**
* Invoked just before the mock server is built. Use this hook to inspect
* and/or modify application-declared filtes and exception handlers,
* and/or modify application-declared filters and exception handlers.
* @param builder the builder for the {@code HttpHandler} that will handle
* requests (i.e. the mock server)
*/

Loading…
Cancel
Save