From eb11b51ee74fa5f51e3d67639231b688a2f71fa0 Mon Sep 17 00:00:00 2001 From: Olga MaciaszekSharma Date: Fri, 14 Jan 2022 17:22:33 +0100 Subject: [PATCH] Fix typo in javadoc. --- .../openfeign/encoding/FeignContentGzipEncodingInterceptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/encoding/FeignContentGzipEncodingInterceptor.java b/spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/encoding/FeignContentGzipEncodingInterceptor.java index 34c2eab5..e8cbe19c 100644 --- a/spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/encoding/FeignContentGzipEncodingInterceptor.java +++ b/spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/encoding/FeignContentGzipEncodingInterceptor.java @@ -83,7 +83,7 @@ public class FeignContentGzipEncodingInterceptor extends BaseRequestInterceptor } /** - * Returns whether the content mime types matches the configures mime types. + * Returns whether the content mime types matches the configured mime types. * @param contentTypes the content types * @return true if any specified content type matches the request content types */