From 18c3b9bb1cd21720f61807b68662fe22138250e2 Mon Sep 17 00:00:00 2001 From: Stefan Strigler Date: Mon, 13 Mar 2023 11:14:59 +0100 Subject: [PATCH] style: fix wording --- changes/ce/fix-10107.en.md | 2 +- changes/ce/fix-10107.zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changes/ce/fix-10107.en.md b/changes/ce/fix-10107.en.md index ee972faf3..1bcbbad60 100644 --- a/changes/ce/fix-10107.en.md +++ b/changes/ce/fix-10107.en.md @@ -5,5 +5,5 @@ doing the cluster operation `start` . Affected endpoints: * [cluster] `/bridges/:id/:operation`, * [node] `/nodes/:node/bridges/:id/:operation`, where `operation` is one of `[start|stop|restart]`. -Moreover, for a node operation, we check if node name is in our cluster and +Moreover, for a node operation, EMQX checks if node name is in our cluster and return `404` instead of `501`. diff --git a/changes/ce/fix-10107.zh.md b/changes/ce/fix-10107.zh.md index 71695096e..e541a834f 100644 --- a/changes/ce/fix-10107.zh.md +++ b/changes/ce/fix-10107.zh.md @@ -5,4 +5,4 @@ * [cluster] `/bridges/:id/:operation`, * [node] `/nodes/:node/bridges/:id/:operation`, 其中 `operation` 是 `[start|stop|restart]` 之一。 -此外,对于节点操作,我们将检查节点是否存在于集群中,如果不在,则会返回`404`,而不再是`501`。 +此外,对于节点操作,EMQX 将检查节点是否存在于集群中,如果不在,则会返回`404`,而不再是`501`。