From da0307faa96d133f59a9d95c73bd1cdcf917ce50 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Tue, 9 Jan 2024 10:41:01 +0800 Subject: [PATCH] chore: update apps/emqx_management/src/emqx_mgmt_api_clients.erl Co-authored-by: William Yang --- apps/emqx_management/src/emqx_mgmt_api_clients.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_management/src/emqx_mgmt_api_clients.erl b/apps/emqx_management/src/emqx_mgmt_api_clients.erl index ab9dc4937..357e5bc5c 100644 --- a/apps/emqx_management/src/emqx_mgmt_api_clients.erl +++ b/apps/emqx_management/src/emqx_mgmt_api_clients.erl @@ -702,7 +702,7 @@ list_clients(QString) -> {error, invalid_query_string_param, {Key, ExpectedType, AcutalValue}} -> Message = list_to_binary( io_lib:format( - "the ~s parameter expected type is ~s, but the got value is ~s", + "the ~s parameter expected type is ~s, but the value is ~s", [Key, ExpectedType, emqx_utils_conv:str(AcutalValue)] ) ),