From 91d5e956a00a793d96a7710fcdd38616eff40597 Mon Sep 17 00:00:00 2001 From: zzzzzzzs <1443539042@qq.com> Date: Sun, 14 May 2023 23:52:41 +0800 Subject: [PATCH] [typo](doc) Fixed typos in cluster-action.md (#19549) --- .../http-actions/fe/cluster-action.md | 36 +++++++++---------- .../http-actions/fe/cluster-action.md | 36 +++++++++---------- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/docs/en/docs/admin-manual/http-actions/fe/cluster-action.md b/docs/en/docs/admin-manual/http-actions/fe/cluster-action.md index 657b9577da..bb940af71e 100644 --- a/docs/en/docs/admin-manual/http-actions/fe/cluster-action.md +++ b/docs/en/docs/admin-manual/http-actions/fe/cluster-action.md @@ -69,21 +69,21 @@ None ``` ### Examples - ``` - GET /rest/v2/manager/cluster/cluster_info/conn_info - - Response: - { - "msg": "success", - "code": 0, - "data": { - "http": [ - "127.0.0.1:8030" - ], - "mysql": [ - "127.0.0.1:9030" - ] - }, - "count": 0 - } - ``` \ No newline at end of file +``` +GET /rest/v2/manager/cluster/cluster_info/conn_info + +Response: +{ + "msg": "success", + "code": 0, + "data": { + "http": [ + "127.0.0.1:8030" + ], + "mysql": [ + "127.0.0.1:9030" + ] + }, + "count": 0 +} +``` diff --git a/docs/zh-CN/docs/admin-manual/http-actions/fe/cluster-action.md b/docs/zh-CN/docs/admin-manual/http-actions/fe/cluster-action.md index bfb4de6b12..a6f67b14fa 100644 --- a/docs/zh-CN/docs/admin-manual/http-actions/fe/cluster-action.md +++ b/docs/zh-CN/docs/admin-manual/http-actions/fe/cluster-action.md @@ -69,21 +69,21 @@ under the License. ``` ### Examples - ``` - GET /rest/v2/manager/cluster/cluster_info/conn_info - - Response: - { - "msg": "success", - "code": 0, - "data": { - "http": [ - "127.0.0.1:8030" - ], - "mysql": [ - "127.0.0.1:9030" - ] - }, - "count": 0 - } - ``` \ No newline at end of file +``` +GET /rest/v2/manager/cluster/cluster_info/conn_info + +Response: +{ + "msg": "success", + "code": 0, + "data": { + "http": [ + "127.0.0.1:8030" + ], + "mysql": [ + "127.0.0.1:9030" + ] + }, + "count": 0 +} +```