Fix typos

See gh-2019
This commit is contained in:
Hanope
2018-11-19 12:43:58 +09:00
committed by Stephane Nicoll
parent 729ce4108d
commit bfb49c7249
76 changed files with 137 additions and 137 deletions

View File

@@ -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 -> {