Просмотр исходного кода

chore: update apps/emqx_management/src/emqx_mgmt_api_clients.erl

Co-authored-by: William Yang <mscame@gmail.com>
JianBo He 2 лет назад
Родитель
Сommit
da0307faa9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/emqx_management/src/emqx_mgmt_api_clients.erl

+ 1 - 1
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)]
                 )
             ),