You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2021/02/27 01:40:34 UTC

[incubator-dolphinscheduler] branch dev updated: chore: fix case of GitHub and JavaScript

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 90e9d41  chore: fix case of GitHub and JavaScript
     new a75793d  Merge pull request #4890 from jbampton/fix-word-case
90e9d41 is described below

commit 90e9d4141da08001c78b548ce6f9cb5e9599fd78
Author: John Bampton <jb...@gmail.com>
AuthorDate: Sat Feb 27 01:43:20 2021 +1000

    chore: fix case of GitHub and JavaScript
    
    Changes are:
    
    - `Github` -> `GitHub`
    - `Javascript` -> `JavaScript`
---
 docker/build/README.md                                                  | 2 +-
 docker/build/README_zh_CN.md                                            | 2 +-
 e2e/src/test/java/org/apache/dolphinscheduler/common/BrowserCommon.java | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker/build/README.md b/docker/build/README.md
index e13ff5c..f1c952b 100644
--- a/docker/build/README.md
+++ b/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
 
diff --git a/docker/build/README_zh_CN.md b/docker/build/README_zh_CN.md
index d8d29ef..993a274 100644
--- a/docker/build/README_zh_CN.md
+++ b/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
 
diff --git a/e2e/src/test/java/org/apache/dolphinscheduler/common/BrowserCommon.java b/e2e/src/test/java/org/apache/dolphinscheduler/common/BrowserCommon.java
index 0740b8d..6fafefc 100644
--- a/e2e/src/test/java/org/apache/dolphinscheduler/common/BrowserCommon.java
+++ b/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;