Fix typos
See gh-2019
This commit is contained in:
@@ -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