From c0b6488ed5b28106f25904ab4338bde9c4cebfb1 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 5 Mar 2019 16:47:26 +0100 Subject: [PATCH] Fix typo --- .../test/web/reactive/server/MockServerConfigurer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-test/src/main/java/org/springframework/test/web/reactive/server/MockServerConfigurer.java b/spring-test/src/main/java/org/springframework/test/web/reactive/server/MockServerConfigurer.java index c60c1e21481..5c5b5131656 100644 --- a/spring-test/src/main/java/org/springframework/test/web/reactive/server/MockServerConfigurer.java +++ b/spring-test/src/main/java/org/springframework/test/web/reactive/server/MockServerConfigurer.java @@ -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) */