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

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


The following commit(s) were added to refs/heads/master by this push:
     new 04290c6  fix spelling mistake:should be password not passowrd
     new a5b861c  Merge pull request #163 from lgcareer/master-1.3.1-doc
04290c6 is described below

commit 04290c61912a4ad6323fb108e3c40458c3d12322
Author: lgcareer <18610854...@163.com>
AuthorDate: Fri Jul 31 15:30:59 2020 +0800

    fix spelling mistake:should be password not passowrd
---
 docs/en-us/1.3.1/user_doc/cluster-deployment.md    | 2 +-
 docs/en-us/1.3.1/user_doc/standalone-deployment.md | 2 +-
 docs/zh-cn/1.3.1/user_doc/cluster-deployment.md    | 4 ++--
 docs/zh-cn/1.3.1/user_doc/standalone-deployment.md | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/en-us/1.3.1/user_doc/cluster-deployment.md 
b/docs/en-us/1.3.1/user_doc/cluster-deployment.md
index 5ef256c..4403e66 100644
--- a/docs/en-us/1.3.1/user_doc/cluster-deployment.md
+++ b/docs/en-us/1.3.1/user_doc/cluster-deployment.md
@@ -210,7 +210,7 @@ mysql -h192.168.xx.xx -P3306 -uroot -p
 
     # database password
     # NOTICE: if there are special characters, please use the \ to escape, for 
example, `[` escape to `\[`
-    passowrd="xxx"
+    password="xxx"
 
     #Zookeeper cluster
     zkQuorum="192.168.xx.xx:2181,192.168.xx.xx:2181,192.168.xx.xx:2181"
diff --git a/docs/en-us/1.3.1/user_doc/standalone-deployment.md 
b/docs/en-us/1.3.1/user_doc/standalone-deployment.md
index 2bbb27e..c829432 100644
--- a/docs/en-us/1.3.1/user_doc/standalone-deployment.md
+++ b/docs/en-us/1.3.1/user_doc/standalone-deployment.md
@@ -210,7 +210,7 @@ mysql -uroot -p
 
     # database password
     # NOTICE: if there are special characters, please use the \ to escape, for 
example, `[` escape to `\[`
-    passowrd="xxx"
+    password="xxx"
 
     # Zookeeper address, localhost:2181, remember the port 2181
     zkQuorum="localhost:2181"
diff --git a/docs/zh-cn/1.3.1/user_doc/cluster-deployment.md 
b/docs/zh-cn/1.3.1/user_doc/cluster-deployment.md
index 604e691..49b60ff 100644
--- a/docs/zh-cn/1.3.1/user_doc/cluster-deployment.md
+++ b/docs/zh-cn/1.3.1/user_doc/cluster-deployment.md
@@ -208,8 +208,8 @@ mysql -h192.168.xx.xx -P3306 -uroot -p
     # 数据库用户名,此处需要修改为上面设置的{user}具体值
     username="xxx"
 
-    # 数据库密码, 如果有特殊字符,请使用\转义,需要修改为上面设置的{passowrd}具体值
-    passowrd="xxx"
+    # 数据库密码, 如果有特殊字符,请使用\转义,需要修改为上面设置的{password}具体值
+    password="xxx"
 
     #Zookeeper地址
     zkQuorum="192.168.xx.xx:2181,192.168.xx.xx:2181,192.168.xx.xx:2181"
diff --git a/docs/zh-cn/1.3.1/user_doc/standalone-deployment.md 
b/docs/zh-cn/1.3.1/user_doc/standalone-deployment.md
index 0840350..9d9307d 100644
--- a/docs/zh-cn/1.3.1/user_doc/standalone-deployment.md
+++ b/docs/zh-cn/1.3.1/user_doc/standalone-deployment.md
@@ -152,8 +152,8 @@ mysql -uroot -p
     # 数据库用户名,此处需要修改为上面设置的{user}具体值
     username="xxx"    
     
-    # 数据库密码, 如果有特殊字符,请使用\转义,需要修改为上面设置的{passowrd}具体值
-    passowrd="xxx"
+    # 数据库密码, 如果有特殊字符,请使用\转义,需要修改为上面设置的{password}具体值
+    password="xxx"
 
     #Zookeeper地址,单机本机是localhost:2181,记得把2181端口带上
     zkQuorum="localhost:2181"

Reply via email to