From 232c5926f20ee173ce3d4ec87304d1110c141142 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Thu, 4 May 2023 10:50:14 +0200 Subject: [PATCH] docs: fix a typo in api doc description --- rel/i18n/emqx_mgmt_api_status.hocon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/i18n/emqx_mgmt_api_status.hocon b/rel/i18n/emqx_mgmt_api_status.hocon index e70c9dd5e..5dcc3456f 100644 --- a/rel/i18n/emqx_mgmt_api_status.hocon +++ b/rel/i18n/emqx_mgmt_api_status.hocon @@ -31,7 +31,7 @@ emqx is running""" get_status_response503.desc: """When EMQX application is temporary not running or being restarted, it may return 'emqx is not_running'. -If the 'format' parameter is provided 'json', the nthe 'app_status' field in the JSON object is 'not_running'.""" +If the 'format' parameter is provided 'json', then the 'app_status' field in the JSON object will be 'not_running'.""" get_status_api_format.desc: """Specify the response format, 'text' (default) to return the HTTP body in free text,