docs: improve descriptions

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
Thales Macedo Garitezi 2022-12-06 09:25:49 -03:00
parent 1cd91a24e9
commit 697b3ecf2d
2 changed files with 7 additions and 7 deletions

View File

@ -165,7 +165,7 @@ boot_modules(Mods) ->
-spec start_apps(Apps :: apps()) -> ok. -spec start_apps(Apps :: apps()) -> ok.
start_apps(Apps) -> start_apps(Apps) ->
%% to avoid keeping the `db_hostname' that is set then loading %% to avoid keeping the `db_hostname' that is set when loading
%% `system_monitor' application in `emqx_machine', and then it %% `system_monitor' application in `emqx_machine', and then it
%% crashing when trying to connect. %% crashing when trying to connect.
%% FIXME: add an `enable' option to sysmon_top and use that to %% FIXME: add an `enable' option to sysmon_top and use that to

View File

@ -71,7 +71,7 @@ emqx_ee_bridge_gcp_pubsub {
} }
label: { label: {
en: "HTTP Pipelineing" en: "HTTP Pipelineing"
zh: "HTTP 管道" zh: "HTTP 流水线"
} }
} }
@ -93,7 +93,7 @@ emqx_ee_bridge_gcp_pubsub {
} }
label: { label: {
en: "Payload template" en: "Payload template"
zh: "有效载荷模板" zh: "HTTP 请求消息体模板"
} }
} }
@ -104,7 +104,7 @@ emqx_ee_bridge_gcp_pubsub {
} }
label: { label: {
en: "GCP PubSub Topic" en: "GCP PubSub Topic"
zh: "GCP公共子课题" zh: "GCP PubSub 主题"
} }
} }