From 31c0ac552560ac8fddec23351ebdc01b7c53a6cf Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 6 Dec 2021 09:44:52 +0800 Subject: [PATCH] doc: Fix javadoc typo in isSupportEnhancedContentType method of dashboard SentinelApiClient (#2480) --- .../csp/sentinel/dashboard/client/SentinelApiClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentinel-dashboard/src/main/java/com/alibaba/csp/sentinel/dashboard/client/SentinelApiClient.java b/sentinel-dashboard/src/main/java/com/alibaba/csp/sentinel/dashboard/client/SentinelApiClient.java index 01420598..e013f89f 100755 --- a/sentinel-dashboard/src/main/java/com/alibaba/csp/sentinel/dashboard/client/SentinelApiClient.java +++ b/sentinel-dashboard/src/main/java/com/alibaba/csp/sentinel/dashboard/client/SentinelApiClient.java @@ -163,7 +163,7 @@ public class SentinelApiClient { } /** - * Check wheter target instance (identified by tuple of app-ip:port) + * Check whether target instance (identified by tuple of app-ip:port) * supports the form of "xxxxx; xx=xx" in "Content-Type" header. * * @param app target app name