Skip to content

Commit

Permalink
[Improve] typo improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys committed Jan 21, 2025
1 parent efd0876 commit 2d1a67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down

0 comments on commit 2d1a67f

Please sign in to comment.