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 2d1a67fa [Improve] typo improvement
2d1a67fa is described below

commit 2d1a67fa40df4a2a164ed484c91bd5929f0ccee8
Author: benjobs <[email protected]>
AuthorDate: Tue Jan 21 12:13:21 2025 +0800

    [Improve] typo improvement
---
 docs/components/data.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/data.js b/docs/components/data.js
index f36f4edf..c0c095df 100644
--- a/docs/components/data.js
+++ b/docs/components/data.js
@@ -94,7 +94,7 @@ export default {
     ],
 
     deploymentEnvs: [
-        {name: 'OS', version: 'Linux', required: true, other: 'UnSupport 
Windows'},
+        {name: 'OS', version: 'Linux', required: true, other: 'Unsupported 
Windows'},
         {name: 'JAVA', version: '1.8+', required: true, other: null},
         {name: 'MySQL', version: '5.6+', required: true, other: null},
         {name: 'Flink', version: '1.12.0+', required: true, other: 'Flink 
version >= 1.12'},

Reply via email to