This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new 3583238 fix error word of expand
new c2602d0 Merge pull request #105 from tswstarplanet/expand_extend
3583238 is described below
commit 3583238ba5fe365a73d96f47bbe175b3770d1fd1
Author: 韦韬晟 <[email protected]>
AuthorDate: Sat Mar 7 17:45:49 2020 +0800
fix error word of expand
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 27b2385..99eebce 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
<head>
<title>Apache DolphinScheduler 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.</title>
<meta charset="UTF-8"/>
- <meta name="description" content="DolphinScheduler 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."/>
+ <meta name="description" content="DolphinScheduler is a distributed and
easy-to-extend 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."/>
<meta name="keywords" content="DolphinScheduler Official
Website,dolphinscheduler.apache.org"/>
</head>