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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0aaa5d4c1be typo (#92)
0aaa5d4c1be is described below

commit 0aaa5d4c1be8a137bb58affad090eecaf31941b3
Author: TaoZex <45089228+tao...@users.noreply.github.com>
AuthorDate: Tue Sep 13 09:53:05 2022 +0800

    typo (#92)
---
 .../docusaurus-plugin-content-docs/current/get-starting/get-starting.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/get-starting/get-starting.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/get-starting/get-starting.md
index e07ddf3dd2d..8de78be4911 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/get-starting/get-starting.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/get-starting/get-starting.md
@@ -324,7 +324,7 @@ PROPERTIES (
 curl  --location-trusted -u root: -T test.csv -H "column_separator:," 
http://127.0.0.1:8030/api/demo/expamle_tbl/_stream_load
 ```
 
-- -T test.csv : 这里使我们刚才保存的数据文件,如果路径不一样,请指定完整路径
+- -T test.csv : 这里是我们刚才保存的数据文件,如果路径不一样,请指定完整路径
 - -u root :  这里是用户名密码,我们使用默认用户root,密码是空
 - 127.0.0.1:8030 : 分别是 fe 的 ip 和 http_port
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to