diff --git a/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/client/MockServerRestClientCustomizer.java b/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/client/MockServerRestClientCustomizer.java index 29b8345140b..8df7a066d00 100644 --- a/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/client/MockServerRestClientCustomizer.java +++ b/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/client/MockServerRestClientCustomizer.java @@ -70,7 +70,7 @@ public class MockServerRestClientCustomizer implements RestClientCustomizer { } /** - * Crate a new {@link MockServerRestClientCustomizer} instance. + * Create a new {@link MockServerRestClientCustomizer} instance. * @param expectationManager the expectation manager class to use */ public MockServerRestClientCustomizer(Class expectationManager) { @@ -79,7 +79,7 @@ public class MockServerRestClientCustomizer implements RestClientCustomizer { } /** - * Crate a new {@link MockServerRestClientCustomizer} instance. + * Create a new {@link MockServerRestClientCustomizer} instance. * @param expectationManagerSupplier a supplier that provides the * {@link RequestExpectationManager} to use * @since 3.0.0 diff --git a/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/client/MockServerRestTemplateCustomizer.java b/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/client/MockServerRestTemplateCustomizer.java index aabcd34437e..19dcc272362 100644 --- a/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/client/MockServerRestTemplateCustomizer.java +++ b/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/client/MockServerRestTemplateCustomizer.java @@ -73,7 +73,7 @@ public class MockServerRestTemplateCustomizer implements RestTemplateCustomizer } /** - * Crate a new {@link MockServerRestTemplateCustomizer} instance. + * Create a new {@link MockServerRestTemplateCustomizer} instance. * @param expectationManager the expectation manager class to use */ public MockServerRestTemplateCustomizer(Class expectationManager) { @@ -82,7 +82,7 @@ public class MockServerRestTemplateCustomizer implements RestTemplateCustomizer } /** - * Crate a new {@link MockServerRestTemplateCustomizer} instance. + * Create a new {@link MockServerRestTemplateCustomizer} instance. * @param expectationManagerSupplier a supplier that provides the * {@link RequestExpectationManager} to use * @since 3.0.0