docs: fix a typo in api doc description

This commit is contained in:
Zaiming (Stone) Shi 2023-05-04 10:50:14 +02:00
parent 06e25f5c72
commit 232c5926f2
1 changed files with 1 additions and 1 deletions

View File

@ -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,