Browse Source

Merge pull request #4890 from jbampton/fix-word-case

chore: fix case of GitHub and JavaScript
pull/3/MERGE
dailidong 3 years ago committed by GitHub
parent
commit
a75793d875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker/build/README.md
  2. 2
      docker/build/README_zh_CN.md
  3. 2
      e2e/src/test/java/org/apache/dolphinscheduler/common/BrowserCommon.java

2
docker/build/README.md

@ -2,7 +2,7 @@
Dolphin Scheduler is a distributed and easy-to-expand visual DAG workflow scheduling system, dedicated to solving the complex dependencies in data processing, making the scheduling system out of the box for data processing.
Github URL: https://github.com/apache/incubator-dolphinscheduler
GitHub URL: https://github.com/apache/incubator-dolphinscheduler
Official Website: https://dolphinscheduler.apache.org

2
docker/build/README_zh_CN.md

@ -2,7 +2,7 @@
一个分布式易扩展的可视化DAG工作流任务调度系统。致力于解决数据处理流程中错综复杂的依赖关系,使调度系统在数据处理流程中`开箱即用`。
Github URL: https://github.com/apache/incubator-dolphinscheduler
GitHub URL: https://github.com/apache/incubator-dolphinscheduler
Official Website: https://dolphinscheduler.apache.org

2
e2e/src/test/java/org/apache/dolphinscheduler/common/BrowserCommon.java

@ -43,7 +43,7 @@ public class BrowserCommon {
protected Actions actions;
/**
* Javascript
* JavaScript
*/
protected JavascriptExecutor je;

Loading…
Cancel
Save