Fix typo in javadoc.

This commit is contained in:
Olga MaciaszekSharma
2022-01-14 17:22:33 +01:00
parent 468d18b8f7
commit eb11b51ee7

View File

@@ -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
*/