Skip to content

Commit 6865380

Browse files
committed
Fix "liver" typo
1 parent ff707d0 commit 6865380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
* </pre>
5050
*
5151
* <p><strong>Note:</strong> This configurer is applicable only to WebFlux mock
52-
* server setup. For a {@code WebTestClient.Builder} with a liver server setup,
53-
* or a non-WebFlux, mock server, {@link IllegalStateException} is raised.
52+
* server setup. For a {@code WebTestClient.Builder} with a live server setup,
53+
* or a non-WebFlux, mock server, an {@link IllegalStateException} is raised.
5454
*
5555
* <p>For tests with a MockMvc server, refer to a similar facility to set the
5656
* user identity per request through Spring Security's

0 commit comments

Comments
 (0)