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

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 4a08316294 fix word spell error (#15716)
4a08316294 is described below

commit 4a08316294a0af440a9d7e9fb8a3ed206de27742
Author: ZhongJinHacker <[email protected]>
AuthorDate: Fri Mar 15 16:45:06 2024 +0800

    fix word spell error (#15716)
---
 .../dolphinscheduler-registry-etcd/README.md                          | 2 +-
 .../dolphinscheduler-registry-jdbc/README.md                          | 4 ++--
 .../dolphinscheduler-registry-zookeeper/README.md                     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-etcd/README.md
 
b/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-etcd/README.md
index cd5795fc65..3e676f5c6c 100644
--- 
a/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-etcd/README.md
+++ 
b/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-etcd/README.md
@@ -4,7 +4,7 @@ This module is the etcd registry plugin module, this plugin 
will use etcd as the
 
 # How to use
 
-If you want to set the registry center as etcd, you need to set the registry 
properties in master/worker/api's appplication.yml
+If you want to set the registry center as etcd, you need to set the registry 
properties in master/worker/api's application.yml
 
 ```yaml
 registry:
diff --git 
a/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-jdbc/README.md
 
b/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-jdbc/README.md
index f311c20b07..3b1a2cb24f 100644
--- 
a/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-jdbc/README.md
+++ 
b/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-jdbc/README.md
@@ -12,7 +12,7 @@ This module is the jdbc registry plugin module, this plugin 
will use jdbc as the
 
 2. Change the config
 
-You need to set the registry properties in master/worker/api's appplication.yml
+You need to set the registry properties in master/worker/api's application.yml
 
 ```yaml
 registry:
@@ -39,7 +39,7 @@ registry:
 
 ## Use different database configuration for jdbc registry center
 
-You need to set the registry properties in master/worker/api's appplication.yml
+You need to set the registry properties in master/worker/api's application.yml
 
 ### Use Mysql as registry center
 
diff --git 
a/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-zookeeper/README.md
 
b/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-zookeeper/README.md
index b6a2349ebc..7ee512a451 100644
--- 
a/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-zookeeper/README.md
+++ 
b/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-zookeeper/README.md
@@ -4,7 +4,7 @@ This module is the zookeeper registry plugin module, this 
plugin will use zookee
 
 # How to use
 
-If you want to set the registry center as zookeeper,you need to set the 
registry properties in master/worker/api's appplication.yml
+If you want to set the registry center as zookeeper,you need to set the 
registry properties in master/worker/api's application.yml
 
 ```yaml
 registry:

Reply via email to