Browse Source

chore: fix case of GitHub and JavaScript

Changes are:

- `Github` -> `GitHub`
- `Javascript` -> `JavaScript`
John Bampton 4 years ago
parent
commit
90e9d4141d

+ 1 - 1
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
 

+ 1 - 1
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
 

+ 1 - 1
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;