mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix typos
See gh-2019
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ public class ContentRequestMatchers {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the body of the request as a UTF-8 string and appply the given {@link Matcher}.
|
||||
* Get the body of the request as a UTF-8 string and apply the given {@link Matcher}.
|
||||
*/
|
||||
public RequestMatcher string(final Matcher<? super String> matcher) {
|
||||
return request -> {
|
||||
|
||||
Reference in New Issue
Block a user