This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new bd8130154aa [fix](doc) spell errors fixes hardware-info-action (#28154)
bd8130154aa is described below

commit bd8130154aa306b1a847679e84fa9ac965325174
Author: Nitin-Kashyap <[email protected]>
AuthorDate: Fri Dec 8 23:17:19 2023 +0530

    [fix](doc) spell errors fixes hardware-info-action (#28154)
---
 docs/en/docs/admin-manual/http-actions/fe/hardware-info-action.md    | 4 ++--
 docs/zh-CN/docs/admin-manual/http-actions/fe/hardware-info-action.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/docs/admin-manual/http-actions/fe/hardware-info-action.md 
b/docs/en/docs/admin-manual/http-actions/fe/hardware-info-action.md
index 6cf54d3ac99..f51e3777768 100644
--- a/docs/en/docs/admin-manual/http-actions/fe/hardware-info-action.md
+++ b/docs/en/docs/admin-manual/http-actions/fe/hardware-info-action.md
@@ -61,7 +61,7 @@ None
                        "BuildInfo": "[email protected]",
                        "BuildTime": "Tuesday, 05 September 2019 11:07:42 CST"
                },
-               "HarewareInfo": {
+               "HardwareInfo": {
                        "NetworkParameter": "...",
                        "Processor": "...",
                        "OS": "...",
@@ -76,4 +76,4 @@ None
 }
 ```
 
-* The contents of each value in the `HarewareInfo` field are all hardware 
information text displayed in html format.
+* The contents of each value in the `HardwareInfo` field are all hardware 
information text displayed in html format.
diff --git 
a/docs/zh-CN/docs/admin-manual/http-actions/fe/hardware-info-action.md 
b/docs/zh-CN/docs/admin-manual/http-actions/fe/hardware-info-action.md
index f71a981f45f..4fe8de1d424 100644
--- a/docs/zh-CN/docs/admin-manual/http-actions/fe/hardware-info-action.md
+++ b/docs/zh-CN/docs/admin-manual/http-actions/fe/hardware-info-action.md
@@ -62,7 +62,7 @@ Hardware Info Action 用于获取当前FE的硬件信息。
                        "BuildInfo": "[email protected]",
                        "BuildTime": "二, 05 9月 2019 11:07:42 CST"
                },
-               "HarewareInfo": {
+               "HardwareInfo": {
                        "NetworkParameter": "...",
                        "Processor": "...",
                        "OS": "...",
@@ -77,4 +77,4 @@ Hardware Info Action 用于获取当前FE的硬件信息。
 }
 ```
 
-* 其中 `HarewareInfo` 字段中的各个值的内容,都是以html格式展现的硬件信息文本。 
+* 其中 `HardwareInfo` 字段中的各个值的内容,都是以html格式展现的硬件信息文本。 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to