chore: fix case of GitHub and JavaScript

Changes are:

- `Github` -> `GitHub`
- `Javascript` -> `JavaScript`
This commit is contained in:
John Bampton 2021-02-27 01:43:20 +10:00
parent c6b7eb3486
commit 90e9d4141d
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

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