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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 77da915e minor improvement
77da915e is described below

commit 77da915e7bbcba87261a11925d958241953bcb1d
Author: benjobs <[email protected]>
AuthorDate: Mon Sep 11 22:42:59 2023 +0800

    minor improvement
---
 docs/components/data.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/components/data.js b/docs/components/data.js
index 457bc183..1caac99d 100644
--- a/docs/components/data.js
+++ b/docs/components/data.js
@@ -95,10 +95,10 @@ export default {
     envs: [
         {name: 'Operating System', version: 'Linux', required: true, other: 
'UnSupport Windows'},
         {name: 'JAVA', version: '1.8+', required: true, other: null},
-        {name: 'Maven', version: '3+', required: false, other: 'optionally 
install Maven'},
+        {name: 'Maven', version: '3+', required: false, other: 'Optionally 
install Maven'},
         {name: 'Node.js', version: '', required: true, other: 'Node 
environment'},
         {name: 'Flink', version: '1.12.0+', required: true, other: 'The 
version must be 1.12+'},
-        {name: 'Hadoop', version: '2+', required: false, other: 'Optional,If 
on yarn, you need hadoop environment.'},
-        {name: 'MySQL', version: '5.6+', required: false, other: 'optionally 
install MySQL'}
+        {name: 'Hadoop', version: '2+', required: false, other: 'Optional, If 
on yarn, hadoop environment is required.'},
+        {name: 'MySQL', version: '5.6+', required: false, other: 'Optionally 
install MySQL'}
     ]
 }

Reply via email to